summaryrefslogtreecommitdiffstats
path: root/Tools/i18n/msgfmt.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:33:30 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-25 22:33:30 (GMT)
commitd640fe2af5095c8104a7cf850c2a669c8e864215 (patch)
tree04fbf97c7f008821c9999531a56bdebc319353d5 /Tools/i18n/msgfmt.py
parentc020e7f8cb04ff81197501781e92a26fa4382135 (diff)
parent7c4a7e6f3cbd98ad547a3f1661582517612419e3 (diff)
downloadcpython-d640fe2af5095c8104a7cf850c2a669c8e864215.zip
cpython-d640fe2af5095c8104a7cf850c2a669c8e864215.tar.gz
cpython-d640fe2af5095c8104a7cf850c2a669c8e864215.tar.bz2
#18803: merge with 3.3.
Diffstat (limited to 'Tools/i18n/msgfmt.py')
-rwxr-xr-xTools/i18n/msgfmt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/i18n/msgfmt.py b/Tools/i18n/msgfmt.py
index 7b3a81f..cd90691 100755
--- a/Tools/i18n/msgfmt.py
+++ b/Tools/i18n/msgfmt.py
@@ -154,7 +154,7 @@ def make(filename, outfile):
# This is a message with plural forms
elif l.startswith('msgid_plural'):
if section != ID:
- print('msgid_plural not preceeded by msgid on %s:%d' % (infile, lno),
+ print('msgid_plural not preceded by msgid on %s:%d' % (infile, lno),
file=sys.stderr)
sys.exit(1)
l = l[12:]