Scroller.st
changeset 5872 3840d3ff35a2
parent 5794 57bb8f3b793c
child 5949 2c3b91259dcc
--- a/Scroller.st	Thu Sep 22 14:55:13 2016 +0200
+++ b/Scroller.st	Thu Sep 22 14:55:20 2016 +0200
@@ -439,7 +439,7 @@
 
 keyboardStep
     "return the scrollers keyboard step. If non-nil,
-     thats the stepping value used with cursorUp/cursorDown keys.
+     that's the stepping value used with cursorUp/cursorDown keys.
      (not used with Scrollers, but provided for subclasses)"
 
     ^ keyboardStep
@@ -447,7 +447,7 @@
 
 keyboardStep:aNumber
     "set the scrollers keyboard step. If non-nil,
-     thats the stepping value used with cursorUp/cursorDown keys.
+     that's the stepping value used with cursorUp/cursorDown keys.
      (not used with Scrollers, but provided for subclasses)"
 
     keyboardStep := aNumber