diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-12-21 11:28:07 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-12-21 11:50:43 +0100 |
commit | 1771da25fee524c58973c3e6bfbd721f708769c7 (patch) | |
tree | e8014b00785bc24373d8b7409e0dda0e5208c8fd /testsuite/driver/testlib.py | |
parent | 9a29b65bda8aed4c5fdbff25866ddf2dd1583210 (diff) | |
download | haskell-1771da25fee524c58973c3e6bfbd721f708769c7.tar.gz |
Fix typos (not test relevant)
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r-- | testsuite/driver/testlib.py | 2 |
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. |