summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail132.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-02-01 14:52:06 +0100
committerGabor Greif <ggreif@gmail.com>2013-02-02 00:51:59 +0100
commit4ff945c7f5c64cd75f751a81644ed776770d3023 (patch)
tree43353ece6e5a94d64897064a96ee541c63406114 /testsuite/tests/typecheck/should_fail/tcfail132.hs
parentfd1cf5cb2393af5760227cf54abd1f1221e68590 (diff)
downloadhaskell-4ff945c7f5c64cd75f751a81644ed776770d3023.tar.gz
spelling
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail132.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail132.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail132.hs b/testsuite/tests/typecheck/should_fail/tcfail132.hs
index cc933dc6ee..dd8d644abc 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail132.hs
+++ b/testsuite/tests/typecheck/should_fail/tcfail132.hs
@@ -4,7 +4,7 @@
-- Kind error: Expecting kind `k_a1JA -> k_a1JE -> k_a1JI -> *',
-- but `DUnit t' has kind `k_a1JA -> k_a1JE -> *'
--
--- as we couldn't tidy kinds, becuase they didn't have OccNames.
+-- as we couldn't tidy kinds, because they didn't have OccNames.
-- This test recalls the bad error message.
module ShouldFail where