projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Moved allocation of m_imData or key down gives seg fault
[wxWidgets.git]
/
src
/
common
/
ftp.cpp
diff --git
a/src/common/ftp.cpp
b/src/common/ftp.cpp
index 013495c741c9f9a0451eea8ddc19f6654fea70b7..cf66d1bf846d2aa9c7032cbb90d7747d4a1f4730 100644
(file)
--- 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 succes
s
fully completed
// Set the status-member
m_currentTransfermode = transferMode;