X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9df3f0586be52d8a7dabfe51283de2795d73cf4..12cca26a83405b5f7f29ce2c44c5f965d07ceafc:/src/common/ftp.cpp diff --git a/src/common/ftp.cpp b/src/common/ftp.cpp index 013495c741..cf66d1bf84 100644 --- a/src/common/ftp.cpp +++ b/src/common/ftp.cpp @@ -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;