From 8ab118717df9419ce3e6a890e75c3f088d6fc974 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 10 May 2001 09:00:28 +0000 Subject: [PATCH] [project @ 2001-05-10 09:00:28 by simonmar] typo in error msg, pointed out by Alastair Reid. --- ghc/compiler/hsSyn/HsExpr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/hsSyn/HsExpr.lhs b/ghc/compiler/hsSyn/HsExpr.lhs index c5cd5b5..cf7a863 100644 --- a/ghc/compiler/hsSyn/HsExpr.lhs +++ b/ghc/compiler/hsSyn/HsExpr.lhs @@ -686,5 +686,5 @@ pprMatchContext RecUpd = ptext SLIT("In a record-update construct") pprMatchContext PatBindRhs = ptext SLIT("In a pattern binding") pprMatchContext LambdaExpr = ptext SLIT("In a lambda abstraction") pprMatchContext DoExpr = ptext SLIT("In a 'do' expression pattern binding") -pprMatchContext ListComp = ptext SLIT("In a 'list comprension' pattern binding") +pprMatchContext ListComp = ptext SLIT("In a 'list comprehension' pattern binding") \end{code} -- 1.7.10.4