summaryrefslogtreecommitdiff
path: root/testxml/testxml.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-05 03:36:51 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-05 03:36:51 +0300
commit7e6fc28069280d94575f8cf03d38574bb86a12c2 (patch)
treed1909d5c9c6f4d88b99f00a7cdcb049cc7691e3d /testxml/testxml.py
parent173233eee80dbb3a69b3bcf4215834f79ac7d663 (diff)
downloadtools-7e6fc28069280d94575f8cf03d38574bb86a12c2.tar.gz
tools-7e6fc28069280d94575f8cf03d38574bb86a12c2.tar.bz2
tools-7e6fc28069280d94575f8cf03d38574bb86a12c2.tar.xz
tools-7e6fc28069280d94575f8cf03d38574bb86a12c2.zip
testxml: Fix type aciton -> action.
Diffstat (limited to 'testxml/testxml.py')
-rwxr-xr-xtestxml/testxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py
index 38326e8..9c64849 100755
--- a/testxml/testxml.py
+++ b/testxml/testxml.py
@@ -554,7 +554,7 @@ def testSpriteAction(file, name, action, numframes, iserr):
if idx >= numframes or idx < 0:
showMsgSprite(file, "incorrect frame index " + str(idx) + \
- " aciton: " + name + ", direction: "\
+ " action: " + name + ", direction: "\
+ direction, iserr)
else:
framesid.add(idx)