summaryrefslogtreecommitdiff
path: root/libraries/ghci
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-17 23:59:59 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-17 23:59:59 +0100
commit3dd06d5e710f1c64268eec2587c57bad46080636 (patch)
treee86841e4a44b949c5602d4be7b1a44deeae50b60 /libraries/ghci
parentc5c72aaf1bfd7fd8b1455ba0e64a313a68c837e3 (diff)
downloadhaskell-3dd06d5e710f1c64268eec2587c57bad46080636.tar.gz
Random typo fixes
[skip ci]
Diffstat (limited to 'libraries/ghci')
-rw-r--r--libraries/ghci/GHCi/Message.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/GHCi/Message.hs b/libraries/ghci/GHCi/Message.hs
index bdf29cbd73..0d28c68db1 100644
--- a/libraries/ghci/GHCi/Message.hs
+++ b/libraries/ghci/GHCi/Message.hs
@@ -208,7 +208,7 @@ instance Binary a => Binary (EvalResult a)
--
-- * We print them, e.g. "*** Exception: <something>"
-- * UserInterrupt has a special meaning
--- * In ghc -e, exitWith should exit with the appropraite exit code
+-- * In ghc -e, exitWith should exit with the appropriate exit code
--
-- So all we need to do is distinguish UserInterrupt and ExitCode, and
-- all other exceptions can be represented by their 'show' string.