# HG changeset patch # User fschwarz # Date 1316982645 0 # Node ID c6bc419cc32ab8bf4c84d62361459fbf28d047ff # Parent a97af78701852557723fef37bb6ae356ca8a430b fix spelling in comments diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -439,7 +439,7 @@ 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 @@ 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()