diff -r fd69e2f2cb72 Lib/gettext.py --- a/Lib/gettext.py Mon Mar 14 18:58:41 2011 +0200 +++ b/Lib/gettext.py Mon Mar 14 23:05:50 2011 +0100 @@ -282,7 +282,7 @@ # Note: we unconditionally convert both msgids and msgstrs to # Unicode using the character encoding specified in the charset # parameter of the Content-Type header. The gettext documentation - # strongly encourages msgids to be us-ascii, but some appliations + # strongly encourages msgids to be us-ascii, but some applications # require alternative encodings (e.g. Zope's ZCML and ZPT). For # traditional gettext applications, the msgid conversion will # cause no problems since us-ascii should always be a subset of