X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/743e24aa72ed41a56884698802e3b31ca9f26b31..4219b5e7c7886ae5985b47f622253ea7f5934151:/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