Fix a typo in a comment.
diff --git a/Python/import.c b/Python/import.c
index 1cd3dc7..6f2f4c7 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1952,7 +1952,7 @@
 }
 
 /* Initialize a frozen module.
-   Return 1 for succes, 0 if the module is not found, and -1 with
+   Return 1 for success, 0 if the module is not found, and -1 with
    an exception set if the initialization failed.
    This function is also used from frozenmain.c */