summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail179.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-06 17:53:29 +0100
committerGabor Greif <ggreif@gmail.com>2017-03-07 08:34:55 +0100
commit99fe579d8f952512ca00ba81683dd51a45a86245 (patch)
tree0673b19358071cb21846b335f1f094c7b032260a /testsuite/tests/typecheck/should_fail/tcfail179.hs
parent5dddf3546809c332a3de1e78a465798d2cb6eb94 (diff)
downloadhaskell-99fe579d8f952512ca00ba81683dd51a45a86245.tar.gz
Typos in changelog and comments
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail179.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail179.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail179.hs b/testsuite/tests/typecheck/should_fail/tcfail179.hs
index a270cbffb2..f2e026e599 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail179.hs
+++ b/testsuite/tests/typecheck/should_fail/tcfail179.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE ExistentialQuantification #-}
--- Exmaples from Doaitse Swierestra and Brandon Moore
+-- Examples from Doaitse Swierstra and Brandon Moore
-- GHC users mailing list, April 07, title "Release plans"
-- This one should fail, but Hugs passes it