From 42da663e6fe7ecbb89b17d596c76812a91bb99a4 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 15 Mar 2011 05:18:48 +0200 Subject: #11515: fix several typos. Patch by Piotr Kasprzyk. --- Lib/gettext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/gettext.py') diff --git a/Lib/gettext.py b/Lib/gettext.py index f9392d80d5..d5321b8451 100644 --- a/Lib/gettext.py +++ b/Lib/gettext.py @@ -298,7 +298,7 @@ class GNUTranslations(NullTranslations): # 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 -- cgit v1.2.1