diff options
author | Christian Perrier <bubulle@debian.org> | 2005-03-10 07:23:22 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2005-03-10 07:23:22 +0000 |
commit | 8a2d7db61849827126dde8de9e1ebfab347137d3 (patch) | |
tree | 4871dae8fe04312a76986d98502ca80a76b89b1b /ftparchive/apt-ftparchive.cc | |
parent | 5a0759b38d819cd325dee07de6ca726b2b298724 (diff) |
Correct the "arbitary" typo in apt-ftparchive
Diffstat (limited to 'ftparchive/apt-ftparchive.cc')
-rw-r--r-- | ftparchive/apt-ftparchive.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |