From 588f1ca4b25269c2e9aba47602f2b8229dbbf745 Mon Sep 17 00:00:00 2001 From: simond Date: Thu, 31 Jan 2002 13:44:38 +0000 Subject: [PATCH] Fix spelling error git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2318 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/db-backend.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.25.1