fix typo in comment
authorStefan Vogel <sv@exept.de>
Tue, 05 Aug 2008 08:23:26 +0200
changeset 3519 9102be1f145c
parent 3518 ab2b4b5cfda0
child 3520 95e9f33ec533
fix typo in comment
DSVColumnView.st
--- a/DSVColumnView.st	Mon Aug 04 19:03:12 2008 +0200
+++ b/DSVColumnView.st	Tue Aug 05 08:23:26 2008 +0200
@@ -3479,7 +3479,7 @@
 !
 
 preferredExtentChanged
-    "called if the preffered extent changed"
+    "called if the preferred extent changed"
     
     |x "{ Class:SmallInteger }"
      y "{ Class:SmallInteger }"|
@@ -4549,5 +4549,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.241 2008-08-04 17:03:12 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.242 2008-08-05 06:23:26 stefan Exp $'
 ! !