From 4f2dfe1e3f2dffed5fde404ad0309789d114c62c Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Fri, 4 May 2012 15:29:30 +0100 Subject: [PATCH] Fix typo in error message (Trac #6076) --- compiler/rename/RnTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs index 776e0cc..99401fa 100644 --- a/compiler/rename/RnTypes.lhs +++ b/compiler/rename/RnTypes.lhs @@ -432,7 +432,7 @@ badSigErr is_type doc (L loc ty) where what | is_type = ptext (sLit "type") | otherwise = ptext (sLit "kind") - flag | is_type = ptext (sLit "-XScopedTypeVariable") + flag | is_type = ptext (sLit "-XScopedTypeVariables") | otherwise = ptext (sLit "-XKindSignatures") \end{code} -- 1.9.1