]> granicus.if.org Git - python/commitdiff
Fix minor typo in a comment.
authorBrett Cannon <bcannon@gmail.com>
Tue, 3 Oct 2006 21:58:55 +0000 (21:58 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 3 Oct 2006 21:58:55 +0000 (21:58 +0000)
Python/import.c

index a04654e343eeaab2332b3966bd1d2c07a5fbe818..a90729ae25920d600cd0f867f6425e4a4dd92268 100644 (file)
@@ -1801,7 +1801,7 @@ load_module(char *name, FILE *fp, char *buf, int type, PyObject *loader)
 
 
 /* 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