summaryrefslogtreecommitdiff
path: root/config/db.inc.php.dist
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-31 23:41:00 +0000
committerthomascube <thomas@roundcube.net>2005-10-31 23:41:00 +0000
commit7cc38e0bebb30f12b1c643ea96a038453be185e1 (patch)
tree99b4971108de609dd0583ef6a252cd6af7eaeea3 /config/db.inc.php.dist
parent66773789e392305bba4cdf7ed8e6ae3b8380de51 (diff)
Added Finnish, Romanian and Chinese translation
Diffstat (limited to 'config/db.inc.php.dist')
-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 fdb7d7ea2..6db417860 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -22,7 +22,7 @@ $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
// sqlite example: 'sqlite://./sqlite.db?mode=0646';
// PEAR database DSN for read only operations (if empty write database will be used)
-// userful for database replication
+// useful for database replication
$rcmail_config['db_dsnr'] = '';
// database backend to use (only db or mdb2 are supported)