diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-05 21:16:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-05 21:16:44 +0300 |
commit | f8ab5a9da470274932e5bfe766f45cd6d7796e23 (patch) | |
tree | f3d003e4be7bc58e2f0670e76cfa92761b1f3e04 /testxml | |
parent | 0d0ce339f9adbcc88e8477b2ac32f61620acf6d3 (diff) | |
download | evol-tools-f8ab5a9da470274932e5bfe766f45cd6d7796e23.tar.gz evol-tools-f8ab5a9da470274932e5bfe766f45cd6d7796e23.tar.bz2 evol-tools-f8ab5a9da470274932e5bfe766f45cd6d7796e23.tar.xz evol-tools-f8ab5a9da470274932e5bfe766f45cd6d7796e23.zip |
testxml: fix typo.
Diffstat (limited to 'testxml')
-rwxr-xr-x | testxml/testxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py index 3340db5..8959320 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -1867,7 +1867,7 @@ def testMaps(dir): testMap(mapsDir + file, dir + file) def testDefaultFiles(): - print "Checking defult files" + print "Checking default files" testSound(attackSfxFile, sfxDir) testSprite("0", spriteErrorFile, 0, True, "", True) testParticle("0", particlesDir + levelUpEffectFile, "levelUpEffectFile") |