Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/895e9373be9dd0a2de5f3869fc8e3570564d1316 >--------------------------------------------------------------- commit 895e9373be9dd0a2de5f3869fc8e3570564d1316 Author: Ben Millwood <[email protected]> Date: Sat Apr 30 11:17:30 2011 +0000 Correct spelling surpress -> suppress >--------------------------------------------------------------- cabal-install/Distribution/Client/Targets.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cabal-install/Distribution/Client/Targets.hs b/cabal-install/Distribution/Client/Targets.hs index 197cc2b..978388d 100644 --- a/cabal-install/Distribution/Client/Targets.hs +++ b/cabal-install/Distribution/Client/Targets.hs @@ -612,7 +612,7 @@ reportPackageTargetProblems verbosity problems = do "The following 'world' packages will be ignored because " ++ "they refer to packages that cannot be found: " ++ intercalate ", " (map display pkgs) ++ "\n" - ++ "You can surpress this warning by correcting the world file." + ++ "You can suppress this warning by correcting the world file." where isUserTagetWorld UserTargetWorld = True; isUserTagetWorld _ = False _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
