Stream.st
branchjv
changeset 19229 c20beb908660
parent 19227 5e949760a4e8
parent 19221 d7e9529963a4
child 19236 e6403ba50de1
--- a/Stream.st	Mon Feb 15 09:26:34 2016 +0000
+++ b/Stream.st	Tue Feb 16 07:24:34 2016 +0000
@@ -275,6 +275,8 @@
     "Modified: 10.1.1996 / 19:39:19 / cg"
 ! !
 
+
+
 !Stream methodsFor:'accessing'!
 
 contents
@@ -3595,7 +3597,7 @@
 readWait
     "suspend the current process, until the receiver
      becomes ready for reading. If data is already available,
-     return immediate.
+     return immediately.
      The other threads are not affected by the wait."
 
     ^ self readWaitWithTimeoutMs:nil