X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/743e24aa72ed41a56884698802e3b31ca9f26b31..c11f04122f0f85889165d0bacf7a470fbf3e6fbf:/src/os2/dialog.cpp diff --git a/src/os2/dialog.cpp b/src/os2/dialog.cpp index c9705d8ea4..5b76f3ca10 100644 --- a/src/os2/dialog.cpp +++ b/src/os2/dialog.cpp @@ -266,7 +266,7 @@ bool wxDialog::Show( bool bShow ) if ( bShow ) { // dialogs don't get WM_SIZE message after creation unlike most (all?) - // other windows and so could start their life non laid out correctly + // other windows and so could start their life not laid out correctly // if we didn't call Layout() from here // // NB: normally we should call it just the first time but doing it