]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Typo correction patch [ 1208110 ] Lots of typo corrections
[wxWidgets.git] / src / msw / window.cpp
index e357b0185b2d92fd752c148b058d1bbcedbf9c10..3c94a80359a1595033961b73cbc50d2467a416f0 100644 (file)
@@ -820,7 +820,7 @@ inline int GetScrollPosition(HWND hWnd, int wOrient)
                           wOrient,
                           &scrollInfo) )
     {
-        // Not neccessarily an error, if there are no scrollbars yet.
+        // Not necessarily an error, if there are no scrollbars yet.
         // wxLogLastError(_T("GetScrollInfo"));
     }
     return scrollInfo.nPos;
@@ -5047,7 +5047,7 @@ bool wxWindowMSW::MSWOnScroll(int orientation, WXWORD wParam,
                                                               : SB_VERT,
                                   &scrollInfo) )
             {
-                // Not neccessarily an error, if there are no scrollbars yet.
+                // Not necessarily an error, if there are no scrollbars yet.
                 // wxLogLastError(_T("GetScrollInfo"));
             }