From 20c60886e42c942e6c45a3a99d583e4d3269a1c1 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 8 Mar 2020 17:19:42 +0100 Subject: Fix typos Resolves #133. --- xstc/Makefile.am | 2 +- xstc/xstc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xstc') diff --git a/xstc/Makefile.am b/xstc/Makefile.am index 5ef18192..1c977248 100644 --- a/xstc/Makefile.am +++ b/xstc/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST=xstc.py xstc-to-python.xsl all: # -# Rule to load the test description and extract the informations +# Rule to load the test description and extract the information # $(TESTDIRS) Tests/Metadata/$(NISTTESTDEF_2) Tests/Metadata/$(MSTTESTDEF) Tests/Metadata/$(SUNTESTDEF): -@(if [ ! -d Tests ] ; then \ 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)) -- cgit v1.2.1