Fix spelling error
authorsimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 31 Jan 2002 13:44:38 +0000 (13:44 +0000)
committersimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 31 Jan 2002 13:44:38 +0000 (13:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2318 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/db-backend.txt

index 9c24ba5ad013f7ac1623f6c6b91d97cdfbdfd868..5a587980b9574b71233bb05570d70a2b8b6a35a1 100644 (file)
@@ -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):