summaryrefslogtreecommitdiff
path: root/testsuite/driver/testlib.py
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-12-21 11:28:07 +0100
committerGabor Greif <ggreif@gmail.com>2016-12-21 11:50:43 +0100
commit1771da25fee524c58973c3e6bfbd721f708769c7 (patch)
treee8014b00785bc24373d8b7409e0dda0e5208c8fd /testsuite/driver/testlib.py
parent9a29b65bda8aed4c5fdbff25866ddf2dd1583210 (diff)
downloadhaskell-1771da25fee524c58973c3e6bfbd721f708769c7.tar.gz
Fix typos (not test relevant)
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r--testsuite/driver/testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index 5b582e1adf..248f276c27 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -630,7 +630,7 @@ def test(name, setup, func, args):
return
else:
# Note [Mutating config.only]
- # config.only is initiallly the set of tests requested by
+ # config.only is initially the set of tests requested by
# the user (via 'make TEST='). We then remove all tests that
# we've already seen (in .T files), so that we can later
# report on any tests we couldn't find and error out.