changeset 563:c6bc419cc32a trunk

fix spelling in comments
author fschwarz
date Sun, 25 Sep 2011 20:30:45 +0000
parents a97af7870185
children 1ef087352e01
files babel/messages/frontend.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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()
Copyright (C) 2012-2017 Edgewall Software