From 2f41cb69519a137eb1bacf7bc1801329e00b9e5d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 16 Jan 2010 13:49:15 +0000 Subject: [PATCH] Fix typo --- compiler/specialise/SpecConstr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/specialise/SpecConstr.lhs b/compiler/specialise/SpecConstr.lhs index b811f40..e3dc1b0 100644 --- a/compiler/specialise/SpecConstr.lhs +++ b/compiler/specialise/SpecConstr.lhs @@ -1116,7 +1116,7 @@ specialise env force_spec bind_calls (fn, arg_bndrs, body, arg_occs) where msg = vcat [ sep [ ptext (sLit "Function") <+> quotes (ppr fn) , nest 2 (ptext (sLit "has") <+> int n_pats <+> - ptext (sLit "call pattterns, but the limit is") <+> int max) ] + ptext (sLit "call patterns, but the limit is") <+> int max) ] , ptext (sLit "Use -fspec-constr-count=n to set the bound") , extra ] extra | not opt_PprStyle_Debug = ptext (sLit "Use -dppr-debug to see specialisations") -- 1.7.10.4