]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/window.mm
More understandable symbolic constants in generic wxDVC's DoJob class.
[wxWidgets.git] / src / cocoa / window.mm
index 8a432a060901a2869cdc81531af29f2b4a9b6017..8fb822a76f5d159bfb7155e9c2c333083e56b2a9 100644 (file)
@@ -735,7 +735,7 @@ int wxWindowCocoaScrollView::GetScrollPos(wxOrientation orient)
         position is at range-thumbsize.
 
         The range of an NSScroller is 0.0 to 1.0.  Much easier! NOTE: Apple doesn't really specify
-        but GNUStep docs do say that 0.0 is top/left and 1.0 is bottom/right.  This is actualy
+        but GNUStep docs do say that 0.0 is top/left and 1.0 is bottom/right.  This is actually
         in contrast to NSSlider which generally has 1.0 at the TOP when it's done vertically.
      */
     CGFloat cocoaScrollPos = [cocoaScroller floatValue];