#11515: fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Modules/zipimport.c b/Modules/zipimport.c
index c9acb7d..0ca9788 100644
--- a/Modules/zipimport.c
+++ b/Modules/zipimport.c
@@ -1106,7 +1106,7 @@
     return code;
 }
 
-/* Get the code object assoiciated with the module specified by
+/* Get the code object associated with the module specified by
    'fullname'. */
 static PyObject *
 get_module_code(ZipImporter *self, char *fullname,