- fix typo
- there's a weird variable name here (zimpimport), but I'll leave that
  for someone that's familiar with the ZIP import support
diff --git a/Python/import.c b/Python/import.c
index 80fe5b7..858f9e5 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -202,7 +202,7 @@
 			PyErr_Clear(); /* No zipimporter object -- okay */
 			if (Py_VerboseFlag)
 				PySys_WriteStderr(
-				    "# can't import zipimport.zimimporter\n");
+				    "# can't import zipimport.zipimporter\n");
 		}
 		else {
 			/* sys.path_hooks.append(zipimporter) */