X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7478376f1274fb462443ad911647e65e76f3bd8..43f4e852a1b2ac37c3db6a2b87315192ac549191:/src/msw/checklst.cpp diff --git a/src/msw/checklst.cpp b/src/msw/checklst.cpp index b999b94f2d..235019ca17 100644 --- a/src/msw/checklst.cpp +++ b/src/msw/checklst.cpp @@ -61,7 +61,7 @@ namespace // 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 @@ -410,7 +410,7 @@ void wxCheckListBox::OnLeftClick(wxMouseEvent& event) } else { - // implement default behavior on click outside of client zone + // implement default behaviour on click outside of client zone event.Skip(); } }