From: simond Date: Thu, 31 Jan 2002 13:44:38 +0000 (+0000) Subject: Fix spelling error X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=588f1ca4b25269c2e9aba47602f2b8229dbbf745 Fix spelling error git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2318 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/doc/db-backend.txt b/doc/db-backend.txt index 9c24ba5a..5a587980 100644 --- a/doc/db-backend.txt +++ b/doc/db-backend.txt @@ -40,7 +40,7 @@ For MySQL you would normally do something like: (from the mysql client) mysql> GRANT select,insert,update,delete ON squirrelmail.* - TO squrreluser@localhost IDENTIFIED BY 'sqpassword'; + TO squirreluser@localhost IDENTIFIED BY 'sqpassword'; The table structure should be similar to this (for MySQL):