From ddfa57e1dba67a260ce09b8b0532b63d2d2f6f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 25 Aug 2011 08:49:57 +0200 Subject: [PATCH] Fix typo --- libraries/tbl_select.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/tbl_select.lib.php b/libraries/tbl_select.lib.php index 35fbe6f28e..1edda87860 100644 --- a/libraries/tbl_select.lib.php +++ b/libraries/tbl_select.lib.php @@ -3,8 +3,8 @@ /** * Functions for the table-search page and zoom-search page * - * Funtion PMA_tbl_getFields : Returns the fields of a table - * Funtion PMA_tbl_search_getWhereClause : Returns the where clause for query generation + * Function PMA_tbl_getFields : Returns the fields of a table + * Function PMA_tbl_search_getWhereClause : Returns the where clause for query generation * * @package phpMyAdmin */