浏览代码

Fix spelling error

simond 23 年之前
父节点
当前提交
d0d9b9c61d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
  (from the mysql client)
  mysql> GRANT select,insert,update,delete ON squirrelmail.* 
  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):
 The table structure should be similar to this (for MySQL):