Image.st
changeset 86 032006651226
parent 82 98a70bce6d51
child 89 ea2bf46eb669
--- a/Image.st	Wed Nov 23 00:09:18 1994 +0100
+++ b/Image.st	Mon Nov 28 22:01:57 1994 +0100
@@ -28,7 +28,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/Image.st,v 1.17 1994-11-21 16:44:08 claus Exp $
+$Header: /cvs/stx/stx/libview/Image.st,v 1.18 1994-11-28 21:00:57 claus Exp $
 '!
 
 !Image class methodsFor:'documentation'!
@@ -49,7 +49,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/Image.st,v 1.17 1994-11-21 16:44:08 claus Exp $
+$Header: /cvs/stx/stx/libview/Image.st,v 1.18 1994-11-28 21:00:57 claus Exp $
 "
 !
 
@@ -891,7 +891,7 @@
     ^ bytesPerRow
 ! !
 
-!Image methodsFor:'storing'!
+!Image methodsFor:'printing & storing'!
 
 storeOn:aStream
     aStream nextPutAll:'(' , self class name , ' new)'.
@@ -1108,7 +1108,7 @@
 on:aDevice
     "return an image with the same pixels as the receiver, but
      associated to aDevice. If the receiver is not yet bound to
-     a device, this will be the recevier. Otherwise, a new image
+     a device, this will be the receiver. Otherwise, a new image
      is returned."
 
     ((aDevice == device) and:[deviceForm notNil]) ifTrue:[^ self].