summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-08-05 10:52:09 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-08-05 10:52:09 +0200
commit9b5d79ec68d5380f26b92cd0d9cb7af6a19ac849 (patch)
tree7d937a34f5d2e534d29c03a4d8d67c46430f74a1 /cmdline/apt-cache.cc
parent5aa95c863d9bc5b0de7dd1279d3ad672193cc3a6 (diff)
fix various -Wall warnings
Diffstat (limited to 'cmdline/apt-cache.cc')
-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 a73e35a53..b16a0e5d0 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -1276,7 +1276,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;