From d3af6e30a2d7271872a4efd5c886c02412d73f5e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 16 Jan 2012 09:56:35 -0500 Subject: [PATCH] fix spelling --- Python/ast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/ast.c b/Python/ast.c index 78b4126cdf..5d2b35d860 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" -- 2.40.0