summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-07-28 20:36:59 +0200
committerGabor Greif <ggreif@gmail.com>2017-07-30 15:22:04 +0200
commit969928602aa7b23bcaffe0dbfa885ffce87cea02 (patch)
treeebadc489a2cd38c9fe2f3b2a2e9880710802df44 /testsuite/tests/dependent/should_fail
parent7089dc2f12f9616771fc1de143e9b974157405d8 (diff)
downloadhaskell-969928602aa7b23bcaffe0dbfa885ffce87cea02.tar.gz
Typofixes [ci skip]
Diffstat (limited to 'testsuite/tests/dependent/should_fail')
-rw-r--r--testsuite/tests/dependent/should_fail/T13135.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_fail/T13135.hs b/testsuite/tests/dependent/should_fail/T13135.hs
index c39b3f5842..772ac78bfa 100644
--- a/testsuite/tests/dependent/should_fail/T13135.hs
+++ b/testsuite/tests/dependent/should_fail/T13135.hs
@@ -62,7 +62,7 @@ arrLen = smartSym sym where
-{- The original bug was a familure to subsitute
+{- The original bug was a failure to substitute
properly during type-function improvement.
--------------------------------------