ScrollBar.st
changeset 5950 cfa9615f0a9b
parent 5623 7ad855aa8093
child 6159 5507566304af
--- a/ScrollBar.st	Fri Nov 04 16:18:34 2016 +0100
+++ b/ScrollBar.st	Fri Nov 04 16:18:44 2016 +0100
@@ -60,7 +60,7 @@
     will set it to asynchronous.)
 
     Most often scrollbars are used hidden with ScrollableView or HVScrollableView (i.e. you
-    dont have to care for all the details).
+    don't have to care for all the details).
 
     The scrollBars and scrollers protocols have been made similar enough to
     allow transparent use of either a scroller or a scrollBar in applications.