diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:44 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:44 +0000 |
commit | bac2e715204b341d7818444c4a4ad2e3e4e5b18d (patch) | |
tree | 1f014a572ff4b7af50194ff820678960b6bcdd79 /cmdline | |
parent | 13b6231dae1b98bfef9a896391bda93eec3bd45d (diff) |
Typo fixes.
Author: doogie
Date: 2003-02-10 01:40:58 GMT
Typo fixes.
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-cache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 7b9fdbd22..875b3cf8a 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.60 2003/01/11 07:18:44 jgg Exp $ +// $Id: apt-cache.cc,v 1.61 2003/02/10 01:40:58 doogie Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -1268,7 +1268,7 @@ bool ShowHelp(CommandLine &Cmd) "cache files, and query information from them\n" "\n" "Commands:\n" - " add - Add an package file to the source cache\n" + " add - Add a package file to the source cache\n" " gencaches - Build both the package and source cache\n" " showpkg - Show some general information for a single package\n" " showsrc - Show source records\n" |