From 3dcd9176de3e5baaac72495e795ebb2084044e06 Mon Sep 17 00:00:00 2001
From: nacin
Date: Wed, 24 Feb 2010 20:01:37 +0000
Subject: [PATCH] s/existant/existent/
git-svn-id: http://svn.automattic.com/wordpress/trunk@13380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/includes/class-wp-filesystem-ftpext.php | 2 +-
wp-admin/ms-options.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wp-admin/includes/class-wp-filesystem-ftpext.php b/wp-admin/includes/class-wp-filesystem-ftpext.php
index d68d9eaac6..a5866b7204 100644
--- a/wp-admin/includes/class-wp-filesystem-ftpext.php
+++ b/wp-admin/includes/class-wp-filesystem-ftpext.php
@@ -334,7 +334,7 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base {
$list = @ftp_rawlist($this->link, '-a ' . $path, false);
- if ( empty($list) ) // Empty array = non-existant folder(real folder will show . at least
+ if ( empty($list) ) // Empty array = non-existent folder (real folder will show . at least)
return false;
$dirlist = array();
diff --git a/wp-admin/ms-options.php b/wp-admin/ms-options.php
index a0aa3ac523..f95206058a 100644
--- a/wp-admin/ms-options.php
+++ b/wp-admin/ms-options.php
@@ -57,7 +57,7 @@ if (isset($_GET['updated'])) {
' . __('If registration is disabled, please set "NOBLOGREDIRECT" in wp-config.php to a url you will redirect visitors to if they visit a non existant site.') . '
';
+ echo '
' . __('If registration is disabled, please set "NOBLOGREDIRECT" in wp-config.php to a url you will redirect visitors to if they visit a non-existent site.') . '