diff --git a/libraries/sqlparser.lib.php3 b/libraries/sqlparser.lib.php3 index 778e37c95..eb92f6833 100644 --- a/libraries/sqlparser.lib.php3 +++ b/libraries/sqlparser.lib.php3 @@ -33,7 +33,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) { define('PMA_SQP_LIB_INCLUDED', 1); /** - * Include the string libarry as we use it heavily + * Include the string library as we use it heavily */ include('./libraries/string.lib.php3');