diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-12-05 19:27:42 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-12-05 19:27:42 +0000 |
commit | 3864da2fcfd5a02af377c6f77dabb3f217415176 (patch) | |
tree | f04fccfc6a3155075ff2dfc0091c124ba588d6ae /compiler/iface | |
parent | 3fc453af215a236ebf8d9ecfbf6574035e6316e2 (diff) | |
download | haskell-3864da2fcfd5a02af377c6f77dabb3f217415176.tar.gz |
Typo
Diffstat (limited to 'compiler/iface')
-rw-r--r-- | compiler/iface/MkIface.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |