s/existant/existent/

git-svn-id: http://svn.automattic.com/wordpress/trunk@13380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-02-24 20:01:37 +00:00
parent 9ee37eb920
commit 3dcd9176de
2 changed files with 2 additions and 2 deletions

View File

@@ -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();