]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
different spellings are just unacceptable
authorBenjamin Peterson <benjamin@python.org>
Fri, 11 Jun 2010 21:40:37 +0000 (21:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 11 Jun 2010 21:40:37 +0000 (21:40 +0000)
Python/symtable.c

index 0da2faf5953f8726bc8d5e237f533e88addf6335..98d1e11564f54cf9988ae802a6baaec41a423d33 100644 (file)
@@ -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;