]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
fix spelling in comments
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Sun, 25 Sep 2011 20:30:45 +0000 (20:30 +0000)
committerFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Sun, 25 Sep 2011 20:30:45 +0000 (20:30 +0000)
babel/messages/frontend.py

index a9648955c3066672cd39337587082db4b9b342cc..f9bc77d6c50b04913abe0f2036deab1c9c1a8d25 100755 (executable)
@@ -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()