summaryrefslogtreecommitdiffstats
path: root/Python/import.c
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-03-08 20:49:47 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-03-08 20:49:47 (GMT)
commit3c2ac448ec594762c2e72d3774697babb932881a (patch)
treef3400ad98642ccf3bb5c04662ab8d8bbde4f4311 /Python/import.c
parentec00e2ff45d7068ffee1f0c211fd21d60b08ba21 (diff)
downloadcpython-3c2ac448ec594762c2e72d3774697babb932881a.zip
cpython-3c2ac448ec594762c2e72d3774697babb932881a.tar.gz
cpython-3c2ac448ec594762c2e72d3774697babb932881a.tar.bz2
Fix a typo in a comment.
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index 1cd3dc7..6f2f4c7 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1952,7 +1952,7 @@ get_frozen_object(char *name)
}
/* 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 */