MultiReadStream.st
changeset 4090 07de7c4cf517
parent 3287 c684c48697d0
child 4457 9c524350fcf1
--- a/MultiReadStream.st	Thu Sep 22 15:12:31 2016 +0200
+++ b/MultiReadStream.st	Thu Sep 22 15:14:47 2016 +0200
@@ -1,5 +1,7 @@
 "{ Package: 'stx:libbasic2' }"
 
+"{ NameSpace: Smalltalk }"
+
 PeekableStream subclass:#MultiReadStream
 	instanceVariableNames:'streamStack'
 	classVariableNames:''
@@ -111,7 +113,7 @@
 !
 
 position
-    "/ thats depatable !!
+    "/ that's debatable !!
     "/ the code below only makes sense, if we see the multiStream as some kind of
     "/ macro-expanding c-define stream
 
@@ -164,6 +166,6 @@
 !MultiReadStream class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.9 2014-05-29 10:34:42 cg Exp $'
+    ^ '$Header$'
 ! !