Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/386222001e6dda180cbb05e9e6aebbab04d12aae >--------------------------------------------------------------- commit 386222001e6dda180cbb05e9e6aebbab04d12aae Author: Gabor Greif <ggr...@gmail.com> Date: Thu Nov 8 10:44:06 2012 +0100 fix typo, courtesy of Jon Cave, thanks! >--------------------------------------------------------------- utils/ghc-pkg/Main.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index ca278e9..e727f4d 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -239,7 +239,7 @@ usageHeader prog = substProg prog $ " Prints the highest registered version of a package.\n" ++ "\n" ++ " $p check\n" ++ - " Check the consistency of package depenencies and list broken packages.\n" ++ + " Check the consistency of package dependencies and list broken packages.\n" ++ " Accepts the --simple-output flag.\n" ++ "\n" ++ " $p describe {pkg}\n" ++ _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc