[commit: Cabal] master: Fix typo (73cde30)

Paolo Capriotti p.capriotti at gmail.com
Mon May 7 23:59:06 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/73cde30656cbbb7a73ddca9e91b7a50aa0199602

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

commit 73cde30656cbbb7a73ddca9e91b7a50aa0199602
Author: Lennart Kolmodin <kolmodin at gentoo.org>
Date:   Thu Feb 21 21:30:41 2008 +0000

    Fix typo

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

 cabal-install/Hackage/Check.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cabal-install/Hackage/Check.hs b/cabal-install/Hackage/Check.hs
index 9589de9..3127065 100644
--- a/cabal-install/Hackage/Check.hs
+++ b/cabal-install/Hackage/Check.hs
@@ -59,7 +59,7 @@ check verbosity = do
         putStrLn ""
 
     unless (null distSuspicious) $ do
-        putStrLn "These warnings may cause trouble when distribution the package:"
+        putStrLn "These warnings may cause trouble when distributing the package:"
         mapM_ (putStrLn . explanation) distSuspicious
         putStrLn ""
 





More information about the Cvs-libraries mailing list