diff options
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | 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 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" ++ |