ClassCategoryReader.st
changeset 3519 6f4ccc0c6eff
parent 3454 57cf0b76c28a
child 3860 6ec12b7b2073
--- a/ClassCategoryReader.st	Fri Jun 05 19:10:27 1998 +0200
+++ b/ClassCategoryReader.st	Sat Jun 06 02:00:21 1998 +0200
@@ -241,10 +241,10 @@
     canMakeSourceRef := false.
 
     "/
-    "/ KeepSource controls if
+    "/ SourceMode controls if
     "/ the sourceString should be kept or
     "/ a reference to the fileStream should be placed into the
-    "/ method intead.
+    "/ method instead.
     "/
     ((SourceMode ~~ #keep) 
     and:[SourceMode ~~ #discard]) ifTrue:[
@@ -355,7 +355,7 @@
     "Modified: / 9.9.1995 / 15:29:08 / claus"
     "Modified: / 23.1.1998 / 15:25:01 / stefan"
     "Created: / 17.5.1998 / 19:56:32 / cg"
-    "Modified: / 17.5.1998 / 19:57:37 / cg"
+    "Modified: / 6.6.1998 / 01:52:58 / cg"
 !
 
 fileInFrom:aStream silent:beSilent
@@ -411,6 +411,6 @@
 !ClassCategoryReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.39 1998-05-17 18:00:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.40 1998-06-06 00:00:21 cg Exp $'
 ! !
 ClassCategoryReader initialize!