comment grammar
authortz
Tue, 21 Jul 1998 13:28:35 +0200
changeset 899 43b744c647ba
parent 898 d2ae6ce33fec
child 900 5dd8303a9bb5
comment grammar
ImageEditor.st
--- a/ImageEditor.st	Tue Jul 21 13:27:34 1998 +0200
+++ b/ImageEditor.st	Tue Jul 21 13:28:35 1998 +0200
@@ -1112,7 +1112,7 @@
 !ImageEditor methodsFor:'change & update'!
 
 findColorMapMode
-    "finds the colorMapMode for an new image"
+    "finds the colorMapMode for a new image"
 
     self image depth > 8 ifTrue: [colorMapMode := ''. self listOfColors removeAll. ^nil].
     colorMapMode := self image depth printString, '-plane'.