From 454c62d51e1ec89f49830f4072abee1c5af99a47 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 git-svn-id: https://svn.roundcube.net/trunk@1205 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/db.inc.php.dist | 2 +- roundcubemail/installer/test.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index 442ef6ed4..151439a54 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/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'; diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php index 9b7435d71..2e0637f7a 100644 --- a/roundcubemail/installer/test.php +++ b/roundcubemail/installer/test.php @@ -80,7 +80,7 @@ if ($RCI->configured) { } else { $RCI->fail('DSN (write)', $db_error_msg); - echo '

Make sure that the configured database extists and that the user as write privileges
'; + echo '

Make sure that the configured database exists and that the user has write privileges
'; echo 'DSN: ' . $RCI->config['db_dsnw'] . '

'; if ($RCI->config['db_backend'] == 'mdb2') echo '

There are known problems with MDB2 running on PHP 4. Try setting db_backend to \'db\' instead

'; -- cgit v1.2.3