]> granicus.if.org Git - python/commitdiff
Merged revisions 81906 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Fri, 11 Jun 2010 21:53:07 +0000 (21:53 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 11 Jun 2010 21:53:07 +0000 (21:53 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81906 | benjamin.peterson | 2010-06-11 16:40:37 -0500 (Fri, 11 Jun 2010) | 1 line

  different spellings are just unacceptable
........

Python/symtable.c

index 83f02315b6b3eb01c930cc43ae1bb52bfbc14b60..55c9f472fcc793f894f3ff774f5ac3780b757c77 100644 (file)
@@ -1533,7 +1533,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;