#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Wed, 16 Nov 2016 10:15:18 +0100
changeset 20970 54cb5bc5bd05
parent 20969 c6f6a1630c1c
child 20971 dc8c9e46f3e8
#DOCUMENTATION by stefan class: PipeStream comment/format in: #shutDown
PipeStream.st
--- a/PipeStream.st	Tue Nov 15 19:38:21 2016 +0100
+++ b/PipeStream.st	Wed Nov 16 10:15:18 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -224,7 +222,7 @@
 	|p|
 
 	p := PipeStream bidirectionalFor:'cat -u'.
-	p nextPutAll:'Wer ist der Bürgermeister von Wesel'; cr.
+	p nextPutAll:'Wer ist der Bürgermeister von Wesel'; cr.
 	Transcript showCR:p nextLine.
 	p close
     "
@@ -525,7 +523,7 @@
 shutDown
     <resource: #obsolete>
     "this is a historic leftover kept for backward compatibility.
-     The name collides wuth the same name in Socket, which does
+     The name collides with the same name in Socket, which does
      not hard terminate the connection."
 
     self abortAndClose.