]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
Fixed some warnings
[wxWidgets.git] / src / msw / checklst.cpp
index b999b94f2daa05321e1d293e6649b19112ee2b8a..235019ca178732df33b3c88857ad24795754ef0e 100644 (file)
@@ -61,7 +61,7 @@ namespace
     // space around check mark bitmap in pixels
     static const int CHECKMARK_EXTRA_SPACE = 1;
 
     // space around check mark bitmap in pixels
     static const int CHECKMARK_EXTRA_SPACE = 1;
 
-    // space betwen check bitmap and text label
+    // space between check bitmap and text label
     static const int CHECKMARK_LABEL_SPACE = 2;
 
 } // anonymous namespace
     static const int CHECKMARK_LABEL_SPACE = 2;
 
 } // anonymous namespace
@@ -410,7 +410,7 @@ void wxCheckListBox::OnLeftClick(wxMouseEvent& event)
     }
     else
     {
     }
     else
     {
-        // implement default behavior on click outside of client zone
+        // implement default behaviour on click outside of client zone
         event.Skip();
     }
 }
         event.Skip();
     }
 }