NonPositionableExternalStream.st
branchjv
changeset 21024 8734987eb5c7
parent 20728 83c74234945e
parent 20806 729f94d21909
child 21042 edb2e7f82c62
--- a/NonPositionableExternalStream.st	Wed Oct 26 23:35:39 2016 +0100
+++ b/NonPositionableExternalStream.st	Fri Nov 18 20:48:04 2016 +0000
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -68,7 +66,7 @@
 
     There are three special instances of this class, representing stdin,
     stdout and stderr of the smalltalk/X process (see Unix manuals, if you
-    dont know what those are used for). These special streams are bound to
+    don't know what those are used for). These special streams are bound to
     to globals Stdin, Stdout and Stderr at early initialization time
     (see Smalltalk>>initializeStandardStreams).
 
@@ -76,7 +74,7 @@
     'TTYStream' or similar.
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
 "
 ! !