Fixed typos in comments (patch #1515724)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user