]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
Don't emit bogus size events if a child window
[wxWidgets.git] / src / common / ftp.cpp
index c77c3152422c37b6233a21113e6d18f118435a86..c7318863eec56122d2fda3660dd92cb7cdf9467b 100644 (file)
@@ -861,7 +861,7 @@ bool wxFTP::FileExists(const wxString& fileName)
     if ( GetList(fileList, fileName, false) )
     {
         // Some ftp-servers (Ipswitch WS_FTP Server 1.0.5 does this)
-        // displays this behaviour when queried on a non-existing file:
+        // displays this behaviour when queried on a nonexistent file:
         // NLST this_file_does_not_exist
         // 150 Opening ASCII data connection for directory listing
         // (no data transferred)