From: simonpj@microsoft.com Date: Wed, 19 Sep 2007 14:28:21 +0000 (+0000) Subject: Make the error message mentioning -XPatternSignatures spell the flag correctly X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=015d099534a50ddd22fa862b6edb2a765078c44a Make the error message mentioning -XPatternSignatures spell the flag correctly --- diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs index ccfabbb..584f438 100644 --- a/compiler/rename/RnTypes.lhs +++ b/compiler/rename/RnTypes.lhs @@ -822,7 +822,7 @@ bogusCharError c patSigErr ty = (ptext SLIT("Illegal signature in pattern:") <+> ppr ty) - $$ nest 4 (ptext SLIT("Use -XPatternSigs to permit it")) + $$ nest 4 (ptext SLIT("Use -XPatternSignatures to permit it")) dupFieldErr str dup = hsep [ptext SLIT("duplicate field name"),