From 34eab044a16e349aab846da5b3b706cdc6d472fc 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 --- installer/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/test.php') 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 '

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