ObjectView.st
changeset 3952 35fa38e8cf5b
parent 3951 1726c8891c34
child 4439 df2d2f707795
--- a/ObjectView.st	Fri Oct 02 10:43:14 2009 +0200
+++ b/ObjectView.st	Fri Oct 02 14:47:18 2009 +0200
@@ -3008,7 +3008,7 @@
 !
 
 select:something
-    "select something - hide previouse selection, set to something and hilight"
+    "select something - hide previous selection, set to something and hilight"
 
     |newSelection|
 
@@ -3511,9 +3511,9 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.133 2009-10-02 08:43:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.134 2009-10-02 12:47:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.133 2009-10-02 08:43:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.134 2009-10-02 12:47:18 cg Exp $'
 ! !