CCReader.st
changeset 12 8e03bd717355
parent 10 4f1f9a91e406
child 68 59faa75185ba
--- a/CCReader.st	Sat Dec 11 01:42:02 1993 +0100
+++ b/CCReader.st	Sat Dec 11 01:46:55 1993 +0100
@@ -24,7 +24,7 @@
 
 a helper class for fileIn - keeps track of class and category to filein for.
 
-$Header: /cvs/stx/stx/libbasic/Attic/CCReader.st,v 1.5 1993-11-08 02:29:30 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/CCReader.st,v 1.6 1993-12-11 00:44:33 claus Exp $
 written 89 by claus
 '!
 
@@ -51,7 +51,7 @@
 fileInFrom:aStream notifying:requestor
     "read method-chunks from the input stream, aStream; compile them
      and add the methods to the class defined by the class-instance var;
-     errors notifications are passed to requestor"
+     errors and notifications are passed to requestor"
 
     |aString done method|