diff options
author | Christian Perrier <bubulle@debian.org> | 2005-01-20 19:06:28 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2005-01-20 19:06:28 +0000 |
commit | a2884e32d61a123cf1298df6b1e1ea9cf50cab70 (patch) | |
tree | 8042b00b6d08780887778c91b8a45ec25b9c2ddc /cmdline/apt-cdrom.cc | |
parent | 39f4df799824f363f7e1a3c5404a74073ec5045c (diff) |
Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. Closes: #291172
* cmdline/*cc : s/arbitary/arbitrary
* po/*po : unfuzzy translations
* po/apt-all.pot : updated from source code
Diffstat (limited to 'cmdline/apt-cdrom.cc')
-rw-r--r-- | cmdline/apt-cdrom.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-cdrom.cc b/cmdline/apt-cdrom.cc index 7367a55a3..9ce898646 100644 --- a/cmdline/apt-cdrom.cc +++ b/cmdline/apt-cdrom.cc @@ -752,7 +752,7 @@ int ShowHelp() " -f Fast mode, don't check package files\n" " -a Thorough scan mode\n" " -c=? Read this configuration file\n" - " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n" + " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" "See fstab(5)\n"; return 0; } |