X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a50a2c4d3b39901947b68c81973016d56da75e1..977c53206a4be411999140b514507e161e1f0a04:/src/os2/window.cpp diff --git a/src/os2/window.cpp b/src/os2/window.cpp index 2974b884e3..0c0bbef6b2 100644 --- a/src/os2/window.cpp +++ b/src/os2/window.cpp @@ -1251,7 +1251,7 @@ void wxWindowOS2::DoGetPosition( // use WinQueryWindowPos. This call, unlike the WIN32 call, however, // returns a position relative to it's parent, so no parent adujstments // are needed under OS/2. Also, windows should be created using - // wxWindow coordinates, i.e 0,0 is the TOP left. + // wxWindow coordinates, i.e. 0,0 is the TOP left. // if (IsKindOf(CLASSINFO(wxFrame))) {