[Python-checkins] r52121 - python/trunk/Python/import.c

brett.cannon python-checkins at python.org
Tue Oct 3 23:58:56 CEST 2006


Author: brett.cannon
Date: Tue Oct  3 23:58:55 2006
New Revision: 52121

Modified:
   python/trunk/Python/import.c
Log:
Fix minor typo in a comment.


Modified: python/trunk/Python/import.c
==============================================================================
--- python/trunk/Python/import.c	(original)
+++ python/trunk/Python/import.c	Tue Oct  3 23:58:55 2006
@@ -1801,7 +1801,7 @@
 
 
 /* Initialize a built-in 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. */
 
 static int


More information about the Python-checkins mailing list