summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-13 15:32:49 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-15 09:39:02 +0100
commite28fbbb7c3d5904a88b4743d0d10f212d61d8293 (patch)
tree9b3c164a321cdf3124fdd1eb562bdfd7eb77cd19 /testsuite/tests/typecheck/should_compile
parent93e65c8ab7b468d69bf24d9dc2f197d24e5166f4 (diff)
downloadhaskell-e28fbbb7c3d5904a88b4743d0d10f212d61d8293.tar.gz
Typos [ci skip]
Diffstat (limited to 'testsuite/tests/typecheck/should_compile')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc146.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc146.hs b/testsuite/tests/typecheck/should_compile/tc146.hs
index bc50069983..5603c5ed78 100644
--- a/testsuite/tests/typecheck/should_compile/tc146.hs
+++ b/testsuite/tests/typecheck/should_compile/tc146.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE RankNTypes #-}
--- The interesting thign about this one is that
+-- The interesting thing about this one is that
-- there's an unbound type variable of kind *->*
-- that the typechecker should default to some
-- arbitrary type.