X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..de2589be08dc62a6dc026edb4bb113bccfb8ac5a:/src/mac/carbon/slider.cpp diff --git a/src/mac/carbon/slider.cpp b/src/mac/carbon/slider.cpp index d7613a3edd..bbf97a3d9f 100644 --- a/src/mac/carbon/slider.cpp +++ b/src/mac/carbon/slider.cpp @@ -30,8 +30,8 @@ END_EVENT_TABLE() #define wxSLIDER_BORDERTEXT 5 /* NB! The default orientation for a slider is horizontal however if the user specifies - * some slider styles but dosen't specify the orientation we have to assume he wants a - * horizontal one. Therefore in this file when testing for the sliders orientation + * some slider styles but doesn't specify the orientation we have to assume he wants a + * horizontal one. Therefore in this file when testing for the slider's orientation * vertical is tested for if this is not set then we use the horizontal one * eg. if(GetWindowStyle() & wxSL_VERTICAL) {} else { horizontal case }> */