From 62d25576e5685ca65254b192ffb9ee997397618f Mon Sep 17 00:00:00 2001 From: alex_t_king Date: Thu, 15 Jan 2004 01:04:29 +0000 Subject: [PATCH] fixed typo git-svn-id: http://svn.automattic.com/wordpress/trunk@777 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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