#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:18:44 +0100
changeset 5950 cfa9615f0a9b
parent 5949 2c3b91259dcc
child 5951 6678c0b6d0cb
#DOCUMENTATION by cg class: ScrollBar comment/format in: #documentation
ScrollBar.st
--- 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.