[commit: ghc] master: Fix typos (not test relevant) (1771da2)

git at git.haskell.org git at git.haskell.org
Wed Dec 21 10:51:23 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1771da25fee524c58973c3e6bfbd721f708769c7/ghc

>---------------------------------------------------------------

commit 1771da25fee524c58973c3e6bfbd721f708769c7
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Dec 21 11:28:07 2016 +0100

    Fix typos (not test relevant)


>---------------------------------------------------------------

1771da25fee524c58973c3e6bfbd721f708769c7
 testsuite/driver/testlib.py                      | 2 +-
 testsuite/tests/deriving/should_compile/T4816.hs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index 5b582e1..248f276 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 0e81e39..425df4d 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,



More information about the ghc-commits mailing list