From: Brett Cannon Date: Tue, 3 Oct 2006 21:58:55 +0000 (+0000) Subject: Fix minor typo in a comment. X-Git-Tag: v2.6a1~2610 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9aa4f31ce54a0dee6549480c13e3a2c117933e;p=python Fix minor typo in a comment. --- diff --git a/Python/import.c b/Python/import.c index a04654e343..a90729ae25 100644 --- a/Python/import.c +++ b/Python/import.c @@ -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