summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T13972.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T13972.hs')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T13972.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T13972.hs b/testsuite/tests/indexed-types/should_fail/T13972.hs
index 9a5af411e2..27e2b5563f 100644
--- a/testsuite/tests/indexed-types/should_fail/T13972.hs
+++ b/testsuite/tests/indexed-types/should_fail/T13972.hs
@@ -8,7 +8,7 @@ import Data.Kind
class C (a :: k) where
type T k :: Type
--- This used to fail, with a mysterious error messate
+-- This used to fail, with a mysterious error message
-- Type indexes must match class instance head
-- Expected: T (a1 -> Either a1 b1)
-- Actual: T (a -> Either a b)