From 9262b8ab1fc49b1beb36bbcd60efc7946e770cd5 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 30 Jun 2000 04:59:17 +0000 Subject: [PATCH] another typo caught by Rob Hooft --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/import.c b/Python/import.c index c224752c576..a23b71b43d3 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;