Fix minor typo in a comment.

This commit is contained in:
Brett Cannon 2006-10-03 21:58:55 +00:00
parent 2c050af28b
commit 5a9aa4f31c
1 changed files with 1 additions and 1 deletions

View 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