#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Modules/zipimport.c b/Modules/zipimport.c
index d3ca28d..fb5f42b 100644
--- a/Modules/zipimport.c
+++ b/Modules/zipimport.c
@@ -1049,7 +1049,7 @@
 }
 
 /* Given a path to a .pyc or .pyo file in the archive, return the
-   modifictaion time of the matching .py file, or 0 if no source
+   modification time of the matching .py file, or 0 if no source
    is available. */
 static time_t
 get_mtime_of_source(ZipImporter *self, char *path)