[Python-checkins] cpython: fix spelling

benjamin.peterson python-checkins at python.org
Mon Jan 16 15:56:39 CET 2012


http://hg.python.org/cpython/rev/525188cb79fc
changeset:   74448:525188cb79fc
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jan 16 09:56:35 2012 -0500
summary:
  fix spelling

files:
  Python/ast.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Python/ast.c b/Python/ast.c
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -490,7 +490,7 @@
     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"

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list