From: Benjamin Peterson Date: Fri, 11 Jun 2010 21:40:37 +0000 (+0000) Subject: different spellings are just unacceptable X-Git-Tag: v2.7rc2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6660cf4d68ec17fef0a49aca2cf441c124a88d4;p=thirdparty%2FPython%2Fcpython.git different spellings are just unacceptable --- diff --git a/Python/symtable.c b/Python/symtable.c index 0da2faf5953f..98d1e11564f5 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -1395,7 +1395,7 @@ static int symtable_visit_alias(struct symtable *st, alias_ty a) { /* Compute store_name, the name actually bound by the import - operation. It is diferent than a->name when a->name is a + operation. It is different than a->name when a->name is a dotted package name (e.g. spam.eggs) */ PyObject *store_name;