diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-05 03:36:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-05 03:36:51 +0300 |
commit | 7e6fc28069280d94575f8cf03d38574bb86a12c2 (patch) | |
tree | d1909d5c9c6f4d88b99f00a7cdcb049cc7691e3d /testxml | |
parent | 173233eee80dbb3a69b3bcf4215834f79ac7d663 (diff) | |
download | evol-tools-7e6fc28069280d94575f8cf03d38574bb86a12c2.tar.gz evol-tools-7e6fc28069280d94575f8cf03d38574bb86a12c2.tar.bz2 evol-tools-7e6fc28069280d94575f8cf03d38574bb86a12c2.tar.xz evol-tools-7e6fc28069280d94575f8cf03d38574bb86a12c2.zip |
testxml: Fix type aciton -> action.
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 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) |