Fix spelling error
[squirrelmail.git] / 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):