diff babel/messages/frontend.py @ 563:c6bc419cc32a trunk

fix spelling in comments
author fschwarz
date Sun, 25 Sep 2011 20:30:45 +0000
parents fd3bda2d3d34
children 1b801a0cb2cb
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