]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
No real changes, just fix some typos in comments in wxMSW code.
[wxWidgets.git] / src / msw / checklst.cpp
index 726bccff524b4adc70ad2f7fad8328e320245582..235019ca178732df33b3c88857ad24795754ef0e 100644 (file)
@@ -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