From 06fa93c297f0a9ae3eb3e9cc1ec281546e7f5662 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 8 Mar 2004 08:49:21 +0000 Subject: [PATCH] Typo fixes from Cena. git-svn-id: http://svn.automattic.com/wordpress/trunk@964 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install-config.php | 2 +- wp-includes/wp-db.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/install-config.php b/wp-admin/install-config.php index 1786f9c22..0032ab5ad 100644 --- a/wp-admin/install-config.php +++ b/wp-admin/install-config.php @@ -62,7 +62,7 @@ switch($step) {
  • Table prefix (if you want to run more than one WordPress in a single database)
  • If for any reason this automatic file creation doens't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php.

    -

    In all likelyhood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready, let’s go!

    +

    In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready, let’s go!

    dbh = @mysql_connect($dbhost,$dbuser,$dbpassword); if ( ! $this->dbh ) { die("
    -

    Error establishing a database connection! This probably means that the connection information in youn wp-config.php file is incorrect. Double check it and try again.

    +

    Error establishing a database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again.