]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/slider.cpp
new capture handling, can be turned off
[wxWidgets.git] / src / mac / carbon / slider.cpp
index b2a8e04737505cd97a893c2f0eb871b3105da2e9..5094f4ca40ca8c4f5bff0380766078a8e2922cb6 100644 (file)
@@ -433,7 +433,7 @@ void wxSlider::DoSetSize(int x, int y, int w, int h, int sizeFlags)
     // yet another hack since this is a composite control
     // when wxSlider has it's size hardcoded, we're not allowed to
     // change the size. But when the control has labels, we DO need
-    // to resize the internal Mac control to accomodate the text labels.
+    // to resize the internal Mac control to accommodate the text labels.
     // We need to trick the wxWidgets resize mechanism so that we can
     // resize the slider part of the control ONLY.