]> granicus.if.org Git - python/commitdiff
Fix a typo in a comment.
authorBrett Cannon <bcannon@gmail.com>
Sun, 8 Mar 2009 20:49:47 +0000 (20:49 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 8 Mar 2009 20:49:47 +0000 (20:49 +0000)
Python/import.c

index 1cd3dc701dc45ef5e2ab6d0b982add0e20753d0b..6f2f4c71e201dd9b94fbe4e6f59bdc80e7816221 100644 (file)
@@ -1952,7 +1952,7 @@ get_frozen_object(char *name)
 }
 
 /* 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 */