From: Felix Schwarz Date: Sun, 25 Sep 2011 20:30:45 +0000 (+0000) Subject: fix spelling in comments X-Git-Tag: 1.0~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896e7cc7798ee8ecffec3285c3da38f3b1e07343;p=thirdparty%2Fbabel.git fix spelling in comments --- diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index a9648955..f9bc77d6 100755 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -439,7 +439,7 @@ class init_catalog(Command): infile = open(self.input_file, 'r') try: # Although reading from the catalog template, read_po must be fed - # the locale in order to correcly calculate plurals + # the locale in order to correctly calculate plurals catalog = read_po(infile, locale=self.locale) finally: infile.close() @@ -970,7 +970,7 @@ class CommandLineInterface(object): infile = open(options.input_file, 'r') try: # Although reading from the catalog template, read_po must be fed - # the locale in order to correcly calculate plurals + # the locale in order to correctly calculate plurals catalog = read_po(infile, locale=options.locale) finally: infile.close()