Fix typo in comment inside PMA_tbl_getTableHeader

This commit is contained in:
Atul Pratap Singh 2012-06-02 23:19:18 +05:30
parent 316dee3ba8
commit e3d8f52cda

View File

@ -81,7 +81,7 @@ function PMA_tbl_getFields($db, $table)
*/
function PMA_tbl_getTableHeader($geomColumnFlag = false)
{
// Display the Function column only if there is alteast one geomety colum
// Display the Function column only if there is at least one geometry column
$func = '';
if ($geomColumnFlag) {
$func = '<th>' . __('Function') . '</th>';