NPExtStr.st
changeset 213 3b56a17534fd
parent 177 c9f8a4bc4b10
child 216 a8abff749575
--- a/NPExtStr.st	Wed Nov 23 00:02:57 1994 +0100
+++ b/NPExtStr.st	Mon Nov 28 21:34:28 1994 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Attic/NPExtStr.st,v 1.10 1994-10-28 01:25:48 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/NPExtStr.st,v 1.11 1994-11-28 20:33:05 claus Exp $
 '!
 
 %{
@@ -46,7 +46,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Attic/NPExtStr.st,v 1.10 1994-10-28 01:25:48 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/NPExtStr.st,v 1.11 1994-11-28 20:33:05 claus Exp $
 "
 !
 
@@ -102,7 +102,7 @@
 !NonPositionableExternalStream methodsFor:'printing & storing'!
 
 printOn:aStream
-    "append a printed representation of the recevier on aStream"
+    "append a printed representation of the receiver on aStream"
 
     self == Stdin ifTrue:[
 	aStream nextPutAll:'Stdin'.
@@ -120,8 +120,8 @@
 !
 
 storeOn:aStream
-    "append a printed representation of the recevier on aStream, from
-     which the recevier can be reconstructed."
+    "append a printed representation of the receiver on aStream, from
+     which the receiver can be reconstructed."
 
     ((self == Stdin)
     or:[self == Stdout