[commit: ghc] master: Fix typo (259ea3e)

Ian Lynagh igloo at earth.li
Sat Sep 17 13:29:19 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/259ea3e0cc85b771e730928f085503407dc27978

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

commit 259ea3e0cc85b771e730928f085503407dc27978
Author: Ian Lynagh <igloo at earth.li>
Date:   Fri Sep 16 17:06:31 2011 +0100

    Fix typo

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

 compiler/utils/Outputable.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs
index be6a9cf..8cfb8e2 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
 
 





More information about the Cvs-ghc mailing list