]> granicus.if.org Git - python/commitdiff
another typo caught by Rob Hooft
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 30 Jun 2000 04:59:17 +0000 (04:59 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 30 Jun 2000 04:59:17 +0000 (04:59 +0000)
Python/import.c

index c224752c57611ba0ba89a0b5427108dba93e2659..a23b71b43d3a2b872339d389733bba9adacea21d 100644 (file)
@@ -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;