checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 11 Jul 1996 21:43:25 +0200
changeset 944 8d100ca5857c
parent 943 f38904633f22
child 945 5f799aa8fb17
checkin from browser
Colormap.st
--- a/Colormap.st	Thu Jul 11 21:29:45 1996 +0200
+++ b/Colormap.st	Thu Jul 11 21:43:25 1996 +0200
@@ -239,7 +239,7 @@
 !Colormap methodsFor:'converting'!
 
 asArray
-    "return the recevier as an array containing colors"
+    "return the receiver as an array containing my colors"
 
     |r g b n "{ Class: SmallInteger }" 
      scale array|
@@ -261,7 +261,7 @@
     ^ array
 
     "Created: 11.7.1996 / 20:19:45 / cg"
-    "Modified: 11.7.1996 / 21:29:30 / cg"
+    "Modified: 11.7.1996 / 21:34:16 / cg"
 ! !
 
 !Colormap methodsFor:'copying'!
@@ -313,5 +313,5 @@
 !Colormap  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.18 1996-07-11 19:29:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.19 1996-07-11 19:43:25 cg Exp $'
 ! !