From: Benjamin Peterson Date: Mon, 16 Jan 2012 14:56:35 +0000 (-0500) Subject: fix spelling X-Git-Tag: v3.3.0a1~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3af6e30a2d7271872a4efd5c886c02412d73f5e;p=thirdparty%2FPython%2Fcpython.git fix spelling --- diff --git a/Python/ast.c b/Python/ast.c index 78b4126cdf30..5d2b35d8601c 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -490,7 +490,7 @@ PyAST_Validate(mod_ty mod) return res; } -/* This is done here, so defines like "test" don't intefere with AST use above. */ +/* This is done here, so defines like "test" don't interfere with AST use above. */ #include "grammar.h" #include "parsetok.h" #include "graminit.h"