]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Typo.
authorPedro Algarvio <pedro@algarvio.me>
Thu, 12 Mar 2009 15:58:33 +0000 (15:58 +0000)
committerPedro Algarvio <pedro@algarvio.me>
Thu, 12 Mar 2009 15:58:33 +0000 (15:58 +0000)
babel/messages/extract.py

index 1fae4d9489ad67eda728e097352460f6e93afb79..7b8195f61358a7aa9aff95a2b40c68fd8ae1d496 100644 (file)
@@ -499,7 +499,7 @@ def extract_javascript(fileobj, keywords, comment_tags, options):
                 else:
                     messages = None
 
-                # Comments don't apply unless they immediately preceed the
+                # Comments don't apply unless they immediately precede the
                 # message
                 if translator_comments and \
                    translator_comments[-1][0] < message_lineno - 1: