Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3864da2fcfd5a02af377c6f77dabb3f217415176 >--------------------------------------------------------------- commit 3864da2fcfd5a02af377c6f77dabb3f217415176 Author: Ian Lynagh <i...@well-typed.com> Date: Wed Dec 5 19:27:42 2012 +0000 Typo >--------------------------------------------------------------- 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 40d1727..c410cd7 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) _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc