From: Christian Perrier Date: Thu, 10 Mar 2005 07:23:22 +0000 (+0000) Subject: Correct the "arbitary" typo in apt-ftparchive X-Git-Tag: 0.7.24ubuntu1~339^2~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/8a2d7db61849827126dde8de9e1ebfab347137d3?hp=--cc Correct the "arbitary" typo in apt-ftparchive --- 8a2d7db61849827126dde8de9e1ebfab347137d3 diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index b02a0d680..31ff8d600 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -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; }