[PATCH] Fix typo in ghc-pkg usage text
Jon Cave <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
---
utils/ghc-pkg/Main.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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" ++
--
1.8.0