From: Michael Vogt Date: Tue, 3 Feb 2009 13:06:49 +0000 (+0100) Subject: apt-pkg/pkgcache.cc: fix typo X-Git-Tag: 0.7.22~6^2~23 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/d24ddc3008473562ca6dc8d9e6a2f2b790fbe5ce?hp=71a9e7cf8b7c78950939bb866701d8445fe5ba4c apt-pkg/pkgcache.cc: fix typo --- diff --git a/apt-pkg/pkgcache.cc b/apt-pkg/pkgcache.cc index 385d247ea..4fbf42c4b 100644 --- a/apt-pkg/pkgcache.cc +++ b/apt-pkg/pkgcache.cc @@ -274,7 +274,7 @@ pkgCache::PkgIterator::OkState pkgCache::PkgIterator::State() const return NeedsUnpack; if (Pkg->CurrentState == pkgCache::State::UnPacked || - Pkg->CurrentState == pkgCache::State::HalfConfigured) || + Pkg->CurrentState == pkgCache::State::HalfConfigured || //we don't need to care for triggers awaiting packages //dpkg will deal with them automatically when the //trigger pending action is run (those packages are usually