Typo fix.

This commit is contained in:
Eric S. Raymond 2007-07-27 14:57:28 +00:00
parent a39da0175c
commit 44ed582f1b

View file

@ -523,7 +523,7 @@ def hack_syntax(filename, lines):
# This line presumes the code has been through wmlindent
if verbose:
print 'wmllint: "%s", line %d: inserting "image=wesnoth-icon.png"'%(filename, i+1)
lines.insert(i, leader(precomment) + baeindent + "image=wesnoth-icon.png\n")
lines.insert(i, leader(precomment) + baseindent + "image=wesnoth-icon.png\n")
modcount += 1
need_image = False
# Boucman's transformation of animation syntax