#OTHER by mawalch
authormawalch
Mon, 29 Jan 2018 14:45:48 +0100
changeset 22515 5c82715dba15
parent 22514 e7e21b6d5ea6
child 22516 8fe8242e6c72
#OTHER by mawalch typos
Stream.st
--- a/Stream.st	Mon Jan 29 14:45:47 2018 +0100
+++ b/Stream.st	Mon Jan 29 14:45:48 2018 +0100
@@ -907,7 +907,7 @@
 
 nextBytes:numBytes into:aCollection startingAt:initialIndex
     "return the next numBytes from the stream. If the end is
-     reached before, only that many bytes are copyied into the
+     reached before, only that many bytes are copied into the
      collection.
      Returns the number of bytes that have been actually read.
      The receiver must support reading of binary bytes.
@@ -948,8 +948,8 @@
      Transcript showCR:('n = %1; buffer = <%2>' bindWith:n with:buffer)
     "
 
-
-    "Modified: 22.4.1997 / 10:43:08 / cg"
+    "Modified: / 22-04-1997 / 10:43:08 / cg"
+    "Modified (comment): / 29-01-2018 / 14:43:09 / mawalch"
 !
 
 nextBytes:numBytes into:aCollection startingAt:initialIndex blockSize:blockSize