From 9dc83fc7d8f9e6bc450a5e66c267f208d7addd1a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 26 Jul 2002 18:30:59 +0000 Subject: [PATCH] typo --- libraries/sqlparser.lib.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');