summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2008-10-28 18:14:29 +0100
committerMichael Vogt <mvo@debian.org>2008-10-28 18:14:29 +0100
commit3c8cda8b05d6eeaef76c7ccc673fe378b0c74f37 (patch)
tree3b77f2863a7fb6042d159eef95f17cff4016cbdf /cmdline
parentd210bd7f6a72a2b24a1402f51b39c61438482827 (diff)
fix various -Wall warnings
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index f10ea48be..5513fcc90 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -1272,7 +1272,7 @@ bool DisplayRecord(pkgCache::VerIterator V)
/*}}}*/
// Search - Perform a search /*{{{*/
// ---------------------------------------------------------------------
-/* This searches the package names and pacakge descriptions for a pattern */
+/* This searches the package names and package descriptions for a pattern */
struct ExDescFile
{
pkgCache::DescFile *Df;