# HG changeset patch # User Stefan Vogel # Date 1203357888 -3600 # Node ID e57daeff04be1d2d019450b6b171e7bd6b671c04 # Parent 14bf0c73b00b4241dd4abf3cea69c46555e0f621 changed #label: - fix typo in comment diff -r 14bf0c73b00b -r e57daeff04be 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 $' ! !