summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortill <till@php.net>2008-03-22 12:52:22 +0000
committertill <till@php.net>2008-03-22 12:52:22 +0000
commit34eab044a16e349aab846da5b3b706cdc6d472fc (patch)
tree5599dcc6fbcc77aabacf690ec8c0ff01c131c7d0 /config
parent14432db388f6fc655e8661406d7904291bd09468 (diff)
* fixing spelling errors reported in #1484885
Diffstat (limited to 'config')
-rw-r--r--config/db.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
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';