ZipArchive.st
changeset 3780 c652fe7d55bc
parent 3727 2edee2bb50d2
child 3786 1a036255aa50
child 3809 c87f8b4f907c
--- a/ZipArchive.st	Fri Mar 25 16:44:11 2016 +0100
+++ b/ZipArchive.st	Fri Mar 25 16:52:58 2016 +0100
@@ -5162,14 +5162,14 @@
 !ZipArchive::ZipWriteStream methodsFor:'queries'!
 
 isReadable
-    "return true, if reading is supported by the recevier.
+    "return true, if reading is supported by the receiver.
      This has to be redefined in concrete subclasses."
 
     ^ false
 !
 
 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."
 
     ^ true