From 3864da2fcfd5a02af377c6f77dabb3f217415176 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 5 Dec 2012 19:27:42 +0000 Subject: Typo --- compiler/iface/MkIface.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/iface') diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index 40d1727243..c410cd770f 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -1124,7 +1124,7 @@ check_old_iface hsc_env mod_summary src_modified maybe_iface read_result <- readIface (ms_mod mod_summary) iface_path False case read_result of Failed err -> do - traceIf (text "FYI: cannont read old interface file:" $$ nest 4 err) + traceIf (text "FYI: cannot read old interface file:" $$ nest 4 err) return Nothing Succeeded iface -> do traceIf (text "Read the interface file" <+> text iface_path) -- cgit v1.2.1