From c8283e68d408ad59c17919bd8da160e3b4ff38ae Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 30 Jan 2008 17:43:58 +0000 Subject: [PATCH] typos --- libraries/config.default.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index dfa7e3dc6..7e5fe478a 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -333,17 +333,17 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array(); * * by default most user will be fine with SHOW DATABASES, * for servers with a huge amount of databases it is possible to - * define a command which executes faster but wiht less information + * define a command which executes faster but with less information * - * especialy when accessing database servers from ISPs chaning this command can - * result in a great speed improvement + * especially when accessing database servers from ISPs changing this command + * can result in a great speed improvement * - * fasle will disable fetching databases from the server, only databases in + * false will disable fetching databases from the server, only databases in * $cfg['Servers'][$i]['only_db'] will be displayed * * #user# will be replaced by current user * - * example: + * examples: * 'SHOW DATABASES' * "SHOW DATABASES LIKE '#user#\_%'" * 'SELECT DISTINCT TABLE_SCHEMA FROM information_schema.SCHEMA_PRIVILEGES'