ReadStream.st
changeset 19436 959346d06370
parent 19232 47ab0b47e9c9
child 19478 1f5aa87f6170
child 19560 691fcc4fe7c6
--- a/ReadStream.st	Fri Mar 25 16:40:52 2016 +0100
+++ b/ReadStream.st	Fri Mar 25 16:43:45 2016 +0100
@@ -158,7 +158,7 @@
 !
 
 isReadable
-    "return true, if reading is supported by the recevier.
+    "return true, if reading is supported by the receiver.
      Here, true is always returned."
 
     ^ true
@@ -167,7 +167,7 @@
 !
 
 isWritable
-    "return true, if writing is supported by the recevier.
+    "return true, if writing is supported by the receiver.
      This has to be redefined in concrete subclasses."
 
     ^ false