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

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 {