]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/ftp.h
take the address of the member in wxON_BLOCK_EXIT_OBJ macros
[wxWidgets.git] / include / wx / protocol / ftp.h
index 3f351f3664ed3e6e5e0346927500a1a42634151b..9223a9035026bae3a70fb363abea0bccf38ea817 100644 (file)
@@ -129,7 +129,7 @@ protected:
                          const wxString& arg = wxEmptyString);
 
     // get the server reply, return the first character of the reply code,
-    // '1'..'5' for normal FTP replies, 0 (*not* '0') if an error occured
+    // '1'..'5' for normal FTP replies, 0 (*not* '0') if an error occurred
     char GetResult();
 
     // check that the result is equal to expected value