diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-22 12:52:22 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-22 12:52:22 +0000 |
| commit | 454c62d51e1ec89f49830f4072abee1c5af99a47 (patch) | |
| tree | 2fef91442cd855d70220041ae238fad5d5181de9 /roundcubemail/installer/test.php | |
| parent | b7c6d2b2d42383b76186d61e8fc7f69b54c26ea5 (diff) | |
* fixing spelling errors reported in #1484885
git-svn-id: https://svn.roundcube.net/trunk@1205 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/test.php')
| -rw-r--r-- | roundcubemail/installer/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<p class="hint">Make sure that the configured database extists and that the user as write privileges<br />'; + echo '<p class="hint">Make sure that the configured database exists and that the user has write privileges<br />'; echo 'DSN: ' . $RCI->config['db_dsnw'] . '</p>'; if ($RCI->config['db_backend'] == 'mdb2') echo '<p class="hint">There are known problems with MDB2 running on PHP 4. Try setting <tt>db_backend</tt> to \'db\' instead</p>'; |
