From: Ian Lynagh Date: Tue, 5 Jun 2007 19:46:43 +0000 (+0000) Subject: Typo, spotted by Stefan Holdermans X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ffd3438020584591b1c73d44bb1f1a731402cfe6;hp=245094404c787dabdec878c8ea4ce9fc4e9fb9e4;p=ghc-hetmet.git Typo, spotted by Stefan Holdermans --- diff --git a/compiler/typecheck/TcPat.lhs b/compiler/typecheck/TcPat.lhs index 9d4c9b0..5384e4a 100644 --- a/compiler/typecheck/TcPat.lhs +++ b/compiler/typecheck/TcPat.lhs @@ -955,7 +955,7 @@ badTypePat pat = ptext SLIT("Illegal type pattern") <+> ppr pat lazyPatErr pat tvs = failWithTc $ - hang (ptext SLIT("A lazy (~) pattern connot bind existential type variables")) + hang (ptext SLIT("A lazy (~) pattern cannot bind existential type variables")) 2 (vcat (map pprSkolTvBinding tvs)) nonRigidMatch con