summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-09-16 17:06:31 +0100
committerIan Lynagh <igloo@earth.li>2011-09-17 11:30:04 +0100
commit259ea3e0cc85b771e730928f085503407dc27978 (patch)
tree7125c386df783e4aeb7f9d13defde416e9888ea1
parent493146ac822f05cebacf819d2f6a396f6e11d704 (diff)
downloadhaskell-259ea3e0cc85b771e730928f085503407dc27978.tar.gz
Fix typo
-rw-r--r--compiler/utils/Outputable.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs
index be6a9cf84d..8cfb8e2919 100644
--- a/compiler/utils/Outputable.lhs
+++ b/compiler/utils/Outputable.lhs
@@ -914,7 +914,7 @@ pprPanic :: String -> SDoc -> a
pprPanic = pprAndThen panic
pprSorry :: String -> SDoc -> a
--- ^ Throw an exceptio saying "this isn't finished yet"
+-- ^ Throw an exception saying "this isn't finished yet"
pprSorry = pprAndThen sorry