fixed typo

git-svn-id: http://svn.automattic.com/wordpress/trunk@777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2004-01-15 01:04:29 +00:00
parent ef48463a7f
commit 62d25576e5
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.');

View File

@ -9,7 +9,7 @@ if (!$step) $step = 0;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<title>WordPress &rsaquo; Upgrade WordPres</title>
<title>WordPress &rsaquo; Upgrade WordPress</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style media="screen" type="text/css">
body {