ZipArchive.st
branchjv
changeset 3786 1a036255aa50
parent 3728 168b90fafaa6
parent 3780 c652fe7d55bc
child 3810 798577d7eed0
--- a/ZipArchive.st	Fri Mar 25 06:53:03 2016 +0100
+++ b/ZipArchive.st	Sat Mar 26 06:44:23 2016 +0100
@@ -5163,14 +5163,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