]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
Set up menu bitmaps correctly for checkable items.
[wxWidgets.git] / src / msw / listctrl.cpp
index 8efb534922cc1a5a4ea417274fe7b97493e0af53..67ff3f717cf209f9e9170df1a3aefd9329d89831 100644 (file)
@@ -2454,7 +2454,7 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
                         // wrap to the beginning if necessary
                         if ( currentPos == maxPos )
                         {
-                            // somewhat surprizingly, LVFI_WRAP isn't set in
+                            // somewhat surprisingly, LVFI_WRAP isn't set in
                             // flags but we still should wrap
                             currentPos = 0;
                         }