summaryrefslogtreecommitdiff
path: root/xstc/xstc.py
diff options
context:
space:
mode:
Diffstat (limited to 'xstc/xstc.py')
-rwxr-xr-xxstc/xstc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstc/xstc.py b/xstc/xstc.py
index ca011bb8..21c1f419 100755
--- a/xstc/xstc.py
+++ b/xstc/xstc.py
@@ -213,7 +213,7 @@ class XSTCTestCase:
tokens = self.groupName.split("-")
self.combineName = "%s-%s" % (tokens[0], tokens[1])
else:
- self.combineName = "unkown"
+ self.combineName = "unknown"
raise Exception("Could not compute the combine name of a test.")
if (not options.silent) and (self.group.descr is not None):
self.log.append("'%s' group-descr: %s\n" % (self.name, self.group.descr))