From b0b492d62e6b8736b0f5aa841f51ce1f2e009f5e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 12 Jul 2013 15:58:59 -0400 Subject: [PATCH] Fix typo and clarify comment --- libraries/TableSearch.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/TableSearch.class.php b/libraries/TableSearch.class.php index 57d46d7d59..d3c367fd6b 100644 --- a/libraries/TableSearch.class.php +++ b/libraries/TableSearch.class.php @@ -192,11 +192,11 @@ class PMA_TableSearch } /** - * Returns an array with necessary configrations to create - * sub-tabs(Table Search and Zoom Search) in the table_select page. + * Returns an array with necessary configurations to create + * sub-tabs in the table_select page. * * @return array Array containing configuration (icon, text, link, id, args) - * of sub-tabs for Table Search and Zoom search + * of sub-tabs */ private function _getSubTabs() {