summaryrefslogtreecommitdiff
path: root/installer/test.php
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 /installer/test.php
parent14432db388f6fc655e8661406d7904291bd09468 (diff)
* fixing spelling errors reported in #1484885
Diffstat (limited to 'installer/test.php')
-rw-r--r--installer/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/test.php b/installer/test.php
index 9b7435d71..2e0637f7a 100644
--- a/installer/test.php
+++ b/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>';