fixed typo

git-svn-id: https://develop.svn.wordpress.org/trunk@777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King
2004-01-15 01:04:29 +00:00
parent b23213685c
commit e540f97296
2 changed files with 2 additions and 2 deletions

View File

@@ -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.');