[Python-checkins] r70245 - python/branches/py3k/Python/import.c

brett.cannon python-checkins at python.org
Sun Mar 8 21:49:47 CET 2009


Author: brett.cannon
Date: Sun Mar  8 21:49:47 2009
New Revision: 70245

Log:
Fix a typo in a comment.

Modified:
   python/branches/py3k/Python/import.c

Modified: python/branches/py3k/Python/import.c
==============================================================================
--- python/branches/py3k/Python/import.c	(original)
+++ python/branches/py3k/Python/import.c	Sun Mar  8 21:49:47 2009
@@ -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 */
 


More information about the Python-checkins mailing list