Correct the "arbitary" typo in apt-ftparchive
authorChristian Perrier <bubulle@debian.org>
Thu, 10 Mar 2005 07:23:22 +0000 (07:23 +0000)
committerChristian Perrier <bubulle@debian.org>
Thu, 10 Mar 2005 07:23:22 +0000 (07:23 +0000)
ftparchive/apt-ftparchive.cc

index b02a0d6..31ff8d6 100644 (file)
@@ -585,7 +585,7 @@ bool ShowHelp(CommandLine &CmdL)
       "  --no-delink Enable delinking debug mode\n"
       "  --contents  Control contents file generation\n"
       "  -c=?  Read this configuration file\n"
-      "  -o=?  Set an arbitary configuration option") << endl;
+      "  -o=?  Set an arbitrary configuration option") << endl;
    
    return true;
 }