summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-11-08 10:44:06 +0100
committerGabor Greif <ggreif@gmail.com>2012-11-08 10:44:06 +0100
commit386222001e6dda180cbb05e9e6aebbab04d12aae (patch)
tree324f9cebd6ad3390793fee63765e2330a41691c8 /utils/ghc-pkg
parent50728d09bed322cdbfdda00f38d0503f9aed728b (diff)
downloadhaskell-386222001e6dda180cbb05e9e6aebbab04d12aae.tar.gz
fix typo, courtesy of Jon Cave, thanks!
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r--utils/ghc-pkg/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs
index ca278e952a..e727f4d903 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" ++