typo
authorClaus Gittinger <cg@exept.de>
Mon, 16 Jun 1997 20:28:31 +0200
changeset 1249 61fdea03c90d
parent 1248 d95d72a33e16
child 1250 5e4f96c330de
typo
ListView.st
SelListV.st
SelectionInListView.st
--- a/ListView.st	Mon Jun 16 19:03:53 1997 +0200
+++ b/ListView.st	Mon Jun 16 20:28:31 1997 +0200
@@ -478,7 +478,7 @@
 !
 
 level:aNumber
-    "set the 3D level - cought here to update text-position variables
+    "set the 3D level - caught here to update text-position variables
      (which avoids many computations later)"
 
     |newMargin|
@@ -3660,5 +3660,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.134 1997-06-05 10:40:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.135 1997-06-16 18:28:00 cg Exp $'
 ! !
--- a/SelListV.st	Mon Jun 16 19:03:53 1997 +0200
+++ b/SelListV.st	Mon Jun 16 20:28:31 1997 +0200
@@ -2061,7 +2061,7 @@
         ^ self
     ].
     "/
-    "/ stupid: Home and End are cought in ScrollableView
+    "/ stupid: Home and End are caught in ScrollableView
     "/ we normally do not get them ...
     "/ (need to call handlesKey: from there ...
     "/  ... and implement it here)
@@ -3298,5 +3298,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.108 1997-06-11 14:07:08 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.109 1997-06-16 18:28:31 cg Exp $'
 ! !
--- a/SelectionInListView.st	Mon Jun 16 19:03:53 1997 +0200
+++ b/SelectionInListView.st	Mon Jun 16 20:28:31 1997 +0200
@@ -2061,7 +2061,7 @@
         ^ self
     ].
     "/
-    "/ stupid: Home and End are cought in ScrollableView
+    "/ stupid: Home and End are caught in ScrollableView
     "/ we normally do not get them ...
     "/ (need to call handlesKey: from there ...
     "/  ... and implement it here)
@@ -3298,5 +3298,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.108 1997-06-11 14:07:08 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.109 1997-06-16 18:28:31 cg Exp $'
 ! !