summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:43 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:43 +0000
commit8229745799aeb137eb18144eda7a7a33ca11a933 (patch)
tree0ea2d595bf96df1a08e93db8bc2f61e7624519ce /cmdline/apt-cache.cc
parent2c0c53b340b9ba83f4b56e9892e4513516622018 (diff)
Fixed more things
Author: jgg Date: 1999-05-14 02:51:36 GMT Fixed more things
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r--cmdline/apt-cache.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index d5d40ef05..de5fc615b 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.35 1999/05/11 05:45:10 jgg Exp $
+// $Id: apt-cache.cc,v 1.36 1999/05/14 02:51:36 jgg Exp $
/* ######################################################################
apt-cache - Manages the cache files
@@ -8,7 +8,7 @@
apt-cache provides some functions fo manipulating the cache files.
It uses the command line interface common to all the APT tools. The
only really usefull function right now is dumpavail which is used
- by the dselect method. Everything else is ment as a debug aide.
+ by the dselect method. Everything else is meant as a debug aide.
Returns 100 on failure, 0 on success.
@@ -569,7 +569,7 @@ bool ShowHelp(CommandLine &Cmd)
cout << endl;
cout << "apt-cache is a low-level tool used to manipulate APT's binary" << endl;
cout << "cache files stored in " << _config->FindFile("Dir::Cache") << endl;
- cout << "It is not ment for ordinary use only as a debug aide." << endl;
+ cout << "It is not meant for ordinary use only as a debug aide." << endl;
cout << endl;
cout << "Commands:" << endl;
cout << " add - Add an package file to the source cache" << endl;