]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
Warning fix.
[wxWidgets.git] / src / common / ftp.cpp
index 013495c741c9f9a0451eea8ddc19f6654fea70b7..cf66d1bf846d2aa9c7032cbb90d7747d4a1f4730 100644 (file)
@@ -387,7 +387,7 @@ bool wxFTP::SetTransferMode(TransferMode transferMode)
         return false;
     }
 
-    // If we get here the operation has been succesfully completed
+    // If we get here the operation has been successfully completed
     // Set the status-member
     m_currentTransfermode = transferMode;