summaryrefslogtreecommitdiff
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
parent9a29b65bda8aed4c5fdbff25866ddf2dd1583210 (diff)
downloadhaskell-1771da25fee524c58973c3e6bfbd721f708769c7.tar.gz
Fix typos (not test relevant)
-rw-r--r--testsuite/driver/testlib.py2
-rw-r--r--testsuite/tests/deriving/should_compile/T4816.hs2
2 files changed, 2 insertions, 2 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.
diff --git a/testsuite/tests/deriving/should_compile/T4816.hs b/testsuite/tests/deriving/should_compile/T4816.hs
index 0e81e39521..425df4dabf 100644
--- a/testsuite/tests/deriving/should_compile/T4816.hs
+++ b/testsuite/tests/deriving/should_compile/T4816.hs
@@ -2,7 +2,7 @@
module T4816 where
-data Silly a = Sillly a
+data Silly a = Silly a
data Baz o = Baz {
foo :: o,