summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-02-17 17:50:21 +0000
committerIan Lynagh <igloo@earth.li>2008-02-17 17:50:21 +0000
commitdaeaa90ab338f8a91f2f0afdc6585241ff0cbf01 (patch)
treea761d981c1f721ba25fd09bbf1a0c2fc30390daf /utils
parenta28f108105065f926702dd03d737b60f298cfa3c (diff)
downloadhaskell-daeaa90ab338f8a91f2f0afdc6585241ff0cbf01.tar.gz
Fix typo
Diffstat (limited to 'utils')
-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 ae85fbccc5..7684181b47 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -163,7 +163,7 @@ usageHeader prog = substProg prog $
" $p list [pkg]\n" ++
" List registered packages in the global database, and also the\n" ++
" user database if --user is given. If a package name is given\n" ++
- " All the registered versions will be listed in ascending order.\n" ++
+ " all the registered versions will be listed in ascending order.\n" ++
" Accepts the --simple-output flag.\n" ++
"\n" ++
" $p find-module {module}\n" ++