Typo fix.
This commit is contained in:
parent
339599149f
commit
6326aa4ec4
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ def translator(filename, mapxforms, textxform):
|
|||
# Ignore all-caps macro arguments.
|
||||
if refname == refname.upper():
|
||||
pass
|
||||
elif 'mask=' in line and not (refname.endwith("}") or refname.endswith(".mask")):
|
||||
elif 'mask=' in line and not (refname.endswith("}") or refname.endswith(".mask")):
|
||||
print \
|
||||
'"%s", line %d: fatal error, mask file without .mask extension (%s)' \
|
||||
% (filename, lineno+1, refname)
|
||||
|
|
Loading…
Add table
Reference in a new issue