summaryrefslogtreecommitdiff
path: root/compiler/rename
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-03-29 16:53:03 +0000
committerIan Lynagh <igloo@earth.li>2008-03-29 16:53:03 +0000
commit403ab78dfec15dd131ee48417e096ea28ef53fd9 (patch)
tree964c6aa362a95cf102c4f88a5e175ce08d8c8bf5 /compiler/rename
parent7ba02f08d722982bfdb54c28b8a9cbd49b1fdb5f (diff)
downloadhaskell-403ab78dfec15dd131ee48417e096ea28ef53fd9.tar.gz
Fix typo; spotted by Bdh in #ghc
Diffstat (limited to 'compiler/rename')
-rw-r--r--compiler/rename/RnPat.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnPat.lhs b/compiler/rename/RnPat.lhs
index 9d3dc0489e..2edb72dada 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}