[commit: testsuite] master: Typos (5668965)

git at git.haskell.org git at git.haskell.org
Mon Sep 23 11:34:23 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/56689654940e4315bbdd14f88e55a1092c1bddf4/testsuite

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

commit 56689654940e4315bbdd14f88e55a1092c1bddf4
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Mon Sep 23 11:32:06 2013 +0200

    Typos


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

56689654940e4315bbdd14f88e55a1092c1bddf4
 tests/deriving/should_fail/drvfail014.stderr |    2 +-
 tests/safeHaskell/safeInfered/Mixed01.stderr |    2 +-
 tests/simplCore/should_compile/T7360.hs      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/deriving/should_fail/drvfail014.stderr b/tests/deriving/should_fail/drvfail014.stderr
index 93a4c78..d228e0d 100644
--- a/tests/deriving/should_fail/drvfail014.stderr
+++ b/tests/deriving/should_fail/drvfail014.stderr
@@ -4,6 +4,6 @@ drvfail014.hs:8:28:
     In the data declaration for ‛T1’
 
 drvfail014.hs:12:1:
-    Derived typeable instance must be of form (Typeable2 T2)
+    Derived Typeable instance must be of form (Typeable2 T2)
     In the stand-alone deriving instance for
       ‛(Typeable a, Typeable b) => Typeable (T2 a b)’
diff --git a/tests/safeHaskell/safeInfered/Mixed01.stderr b/tests/safeHaskell/safeInfered/Mixed01.stderr
index 82a78d0..1d8bcf1 100644
--- a/tests/safeHaskell/safeInfered/Mixed01.stderr
+++ b/tests/safeHaskell/safeInfered/Mixed01.stderr
@@ -1,4 +1,4 @@
 
 Mixed01.hs:5:1:
     safe import can't be used as Safe Haskell isn't on!
-    please enable Safe Haskell through eitherSafe, Trustwrothy or Unsafe
+    please enable Safe Haskell through either Safe, Trustworthy or Unsafe
diff --git a/tests/simplCore/should_compile/T7360.hs b/tests/simplCore/should_compile/T7360.hs
index 99b7a7a..9225bd1 100644
--- a/tests/simplCore/should_compile/T7360.hs
+++ b/tests/simplCore/should_compile/T7360.hs
@@ -1,5 +1,5 @@
 -- Both these functions should successfully simplify
--- using the combine-identical-alterantives optimisation
+-- using the combine-identical-alternatives optimisation
 
 module T7360 where
 




More information about the ghc-commits mailing list