diff --git a/libraries/tbl_select.lib.php b/libraries/tbl_select.lib.php index 453b7962c6..0ee6c2f29c 100644 --- a/libraries/tbl_select.lib.php +++ b/libraries/tbl_select.lib.php @@ -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 = '' . __('Function') . '';