From d7adf00e0edc5912170250ff7b9e90334cc4745f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 24 Feb 2010 20:01:37 +0000 Subject: [PATCH] s/existant/existent/ git-svn-id: https://develop.svn.wordpress.org/trunk@13380 602fd350-edb4-49c9-b593-d223f7449a82 --- 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.') . '

'; } ?>