changed #label: - fix typo in comment
authorStefan Vogel <sv@exept.de>
Mon, 18 Feb 2008 19:04:48 +0100
changeset 3557 e57daeff04be
parent 3556 14bf0c73b00b
child 3558 584be1dc7973
changed #label: - fix typo in comment
Label.st
--- a/Label.st	Mon Feb 18 19:04:05 2008 +0100
+++ b/Label.st	Mon Feb 18 19:04:48 2008 +0100
@@ -1048,7 +1048,7 @@
                 ]
             ]
         ].
-        "/ do not chech using #isString here;
+        "/ do not check using #isString here;
         "/ we allow for non-strings to be used as logo as well (it must understand displayOn:).
         newLogo isNumber ifTrue:[
             logo := newLogo asString
@@ -1849,5 +1849,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.130 2008-01-11 11:43:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.131 2008-02-18 18:04:48 stefan Exp $'
 ! !