Fix typo
authorIan Lynagh <igloo@earth.li>
Sun, 17 Feb 2008 17:50:21 +0000 (17:50 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 17 Feb 2008 17:50:21 +0000 (17:50 +0000)
utils/ghc-pkg/Main.hs

index ae85fbc..7684181 100644 (file)
@@ -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" ++