From 403ab78dfec15dd131ee48417e096ea28ef53fd9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 29 Mar 2008 16:53:03 +0000 Subject: [PATCH] Fix typo; spotted by Bdh in #ghc --- compiler/rename/RnPat.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rename/RnPat.lhs b/compiler/rename/RnPat.lhs index 9d3dc04..2edb72d 100644 --- a/compiler/rename/RnPat.lhs +++ b/compiler/rename/RnPat.lhs @@ -612,6 +612,6 @@ bogusCharError c = ptext SLIT("character literal out of range: '\\") <> char c <> char '\'' badViewPat pat = vcat [ptext SLIT("Illegal view pattern: ") <+> ppr pat, - ptext SLIT("Use -XViewPatterns to enalbe view patterns")] + ptext SLIT("Use -XViewPatterns to enable view patterns")] \end{code} -- 1.7.10.4