WriteStream.st
changeset 19437 a769ab315e75
parent 18294 5c7b472ab445
child 19478 1f5aa87f6170
child 19643 98714992ae69
--- a/WriteStream.st	Fri Mar 25 16:43:45 2016 +0100
+++ b/WriteStream.st	Fri Mar 25 16:44:01 2016 +0100
@@ -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$'
 ! !
+