From e540f97296ea9727c67eae1852d4156f3e70cfac Mon Sep 17 00:00:00 2001 From: Alex King Date: Thu, 15 Jan 2004 01:04:29 +0000 Subject: [PATCH] fixed typo git-svn-id: https://develop.svn.wordpress.org/trunk@777 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/install-config.php | 2 +- wp-admin/upgrade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/install-config.php b/wp-admin/install-config.php index 6cccfefe73..ad48dcd003 100644 --- a/wp-admin/install-config.php +++ b/wp-admin/install-config.php @@ -2,7 +2,7 @@ $_wp_installing = 1; if (file_exists('../wp-config.php')) - die("The file 'wp-config.php already exists. If you need to reset any of the configuration items in this file, please delete it first."); + die("The file 'wp-config.php' already exists. If you need to reset any of the configuration items in this file, please delete it first."); if (!file_exists('../wp-config-sample.php')) die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.'); diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index c1d8ec60c1..7e1553575f 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -9,7 +9,7 @@ if (!$step) $step = 0; ?> -WordPress › Upgrade WordPres +WordPress › Upgrade WordPress