[commit: ghc] master: ghci/Linker.hs: Fix a typo in error message (fc41fdc)

git at git.haskell.org git at git.haskell.org
Fri Mar 24 06:10:43 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/fc41fdc6423b91eef52c1f4c73a9be5e9dea17b9/ghc

>---------------------------------------------------------------

commit fc41fdc6423b91eef52c1f4c73a9be5e9dea17b9
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Fri Mar 24 09:10:00 2017 +0300

    ghci/Linker.hs: Fix a typo in error message


>---------------------------------------------------------------

fc41fdc6423b91eef52c1f4c73a9be5e9dea17b9
 compiler/ghci/Linker.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/ghci/Linker.hs b/compiler/ghci/Linker.hs
index c9b0eff..edd947d 100644
--- a/compiler/ghci/Linker.hs
+++ b/compiler/ghci/Linker.hs
@@ -573,7 +573,7 @@ failNonStd dflags srcspan = dieWith dflags srcspan $
   text "Cannot load" <+> compWay <+>
      text "objects when GHC is built" <+> ghciWay $$
   text "To fix this, either:" $$
-  text "  (1) Use -fexternal-interprter, or" $$
+  text "  (1) Use -fexternal-interpreter, or" $$
   text "  (2) Build the program twice: once" <+>
                        ghciWay <> text ", and then" $$
   text "      with" <+> compWay <+>



More information about the ghc-commits mailing list