From 78d61618421fcd53f3e82cc7fed2da4218208bf5 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 7 May 2007 08:42:47 +0000 Subject: [PATCH] FIX Trac #1329: spelling error --- compiler/typecheck/TcSimplify.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcSimplify.lhs b/compiler/typecheck/TcSimplify.lhs index 80718b7..1f690bc 100644 --- a/compiler/typecheck/TcSimplify.lhs +++ b/compiler/typecheck/TcSimplify.lhs @@ -2651,7 +2651,7 @@ mkMonomorphismMsg tidy_env inst_tvs returnM (tidy_env, mk_msg docs) where mk_msg _ | any isRuntimeUnk inst_tvs - = vcat [ptext SLIT("Cannot resolve unkonwn runtime types:") <+> + = vcat [ptext SLIT("Cannot resolve unknown runtime types:") <+> (pprWithCommas ppr inst_tvs), ptext SLIT("Use :print or :force to determine these types")] mk_msg [] = ptext SLIT("Probable fix: add a type signature that fixes these type variable(s)") -- 1.7.10.4