summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 04:59:17 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-30 04:59:17 +0000
commit73b37323f09426fb172e384fd03ee4d66bd65502 (patch)
tree3be000898caa6036a1c1bb34b4c475fa61dbb34a /Python
parentaef10bae17ac1a0a005a19a0d5a2ff8cc07fc69e (diff)
downloadcpython-73b37323f09426fb172e384fd03ee4d66bd65502.tar.gz
another typo caught by Rob Hooft
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index c224752c57..a23b71b43d 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -87,7 +87,7 @@ extern long PyOS_GetLastModificationTime(); /* In getmtime.c */
#define MAGIC (50428 | ((long)'\r'<<16) | ((long)'\n'<<24))
/* Magic word as global; note that _PyImport_Init() can change the
- value of this global to accomodate for alterations of how the
+ value of this global to accommodate for alterations of how the
compiler works which are enabled by command line switches. */
static long pyc_magic = MAGIC;