Image.st
changeset 3107 ed51e2c00f1d
parent 3105 4fb4dcd2b055
child 3129 4cf7e6b060de
--- a/Image.st	Thu Dec 09 16:01:15 1999 +0100
+++ b/Image.st	Thu Dec 09 16:01:50 1999 +0100
@@ -4820,13 +4820,13 @@
 !
 
 exactOn:aDevice
-    "cfor compatibility with color protocol - here, the same as #onDevice."
+    "for compatibility with color protocol - here, the same as #onDevice."
 
     ^ self onDevice:aDevice
 !
 
 exactOrNearestOn:aDevice
-    "cfor compatibility with color protocol - here, the same as #onDevice."
+    "for compatibility with color protocol - here, the same as #onDevice."
 
     ^ self onDevice:aDevice
 !
@@ -5073,7 +5073,7 @@
 !
 
 nearestOn:aDevice
-    "cfor compatibility with color protocol - here, the same as #onDevice."
+    "for compatibility with color protocol - here, the same as #onDevice."
 
     ^ self onDevice:aDevice
 !
@@ -12015,6 +12015,6 @@
 !Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.290 1999-12-09 14:10:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.291 1999-12-09 15:01:50 cg Exp $'
 ! !
 Image initialize!