Browse Source

Fix spelling error

simond 23 years ago
parent
commit
d0d9b9c61d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/db-backend.txt

+ 1 - 1
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):