summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail041.stderr
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-05-29 17:25:41 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-05-29 18:33:59 -0700
commitfc6a9525baad53ba3aa5acd545470df738ca54a9 (patch)
tree920bb9eca88165cca857dbf1a5efbf75d0510804 /testsuite/tests/typecheck/should_fail/tcfail041.stderr
parenta23f13132a373ffc2758d6294ecdbbdb8404bae7 (diff)
downloadhaskell-fc6a9525baad53ba3aa5acd545470df738ca54a9.tar.gz
s/implict/implicit/i
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail041.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail041.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail041.stderr b/testsuite/tests/typecheck/should_fail/tcfail041.stderr
index ba5d4a15d7..c81d30979a 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail041.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail041.stderr
@@ -1,6 +1,6 @@
tcfail041.hs:5:1:
- Illegal implict parameter ‘?imp::Int’
+ Illegal implicit parameter ‘?imp::Int’
In the context: (?imp::Int)
While checking the super-classes of class ‘D’
In the class declaration for ‘D’