WriteStream.st
branchjv
changeset 19478 1f5aa87f6170
parent 18301 d0a478542bbf
parent 19437 a769ab315e75
child 19658 cb18e7c8fb6d
--- a/WriteStream.st	Fri Mar 25 06:29:08 2016 +0000
+++ b/WriteStream.st	Sat Mar 26 07:56:10 2016 +0000
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -295,7 +293,7 @@
 !
 
 isWritable
-    "return true, if writing is supported by the recevier.
+    "return true, if writing is supported by the receiver.
      Always return true here"
 
     ^ true
@@ -644,9 +642,10 @@
 !WriteStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.97 2015-04-27 17:04:19 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.97 2015-04-27 17:04:19 cg Exp $'
+    ^ '$Header$'
 ! !
+