commit | 6d0f0f299b014e79f6079901b560e938e0c5d8df | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Aug 26 01:31:30 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Aug 26 01:31:30 2013 +0300 |
tree | e2f81371eca1a0d0782bb76dcbd5b883edc6b898 | |
parent | 290c6b3446f5a1ecd76e0213e4db388a37ee9e55 [diff] [blame] |
#18803: fix more typos. Patch by Févry Thibault.
diff --git a/Tools/i18n/msgfmt.py b/Tools/i18n/msgfmt.py index 8c9b9dc..2502a10 100755 --- a/Tools/i18n/msgfmt.py +++ b/Tools/i18n/msgfmt.py
@@ -144,7 +144,7 @@ # This is a message with plural forms elif l.startswith('msgid_plural'): if section != ID: - print >> sys.stderr, 'msgid_plural not preceeded by msgid on %s:%d' %\ + print >> sys.stderr, 'msgid_plural not preceded by msgid on %s:%d' %\ (infile, lno) sys.exit(1) l = l[12:]