#18803: fix more typos. Patch by Févry Thibault.

This commit is contained in:
Ezio Melotti 2013-08-26 01:32:56 +03:00
parent bf8ab77f94
commit 7c4a7e6f3c
17 changed files with 20 additions and 20 deletions

View file

@ -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:]