From 34eab044a16e349aab846da5b3b706cdc6d472fc Mon Sep 17 00:00:00 2001 From: till Date: Sat, 22 Mar 2008 12:52:22 +0000 Subject: * fixing spelling errors reported in #1484885 --- config/db.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index 442ef6ed4..151439a54 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -15,7 +15,7 @@ $rcmail_config = array(); // PEAR database DSN for read/write operations -// format is db_provider://user:password@host/databse +// format is db_provider://user:password@host/database // currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; -- cgit v1.2.3