Package: apt
Version: cvs
Severity: normal

Hi Jason, *, 

I found the following typo in algorithms.cc:

   // Hold back held packages.
   if (_config->FindB("APT::Ingore-Hold",false) == false)

Probably a diff does not really help, still it is attached ;)

cu
    Torsten

-- 
Torsten Landschoff           [EMAIL PROTECTED]               <[EMAIL PROTECTED]>
           Debian Developer and Quality Assurance Committee Member
--- algorithms.cc.orig  Thu May  4 20:37:38 2000
+++ algorithms.cc       Thu May  4 20:37:47 2000
@@ -284,7 +284,7 @@
    pkgProblemResolver Fix(Cache);
 
    // Hold back held packages.
-   if (_config->FindB("APT::Ingore-Hold",false) == false)
+   if (_config->FindB("APT::Ignore-Hold",false) == false)
    {
       for (pkgCache::PkgIterator I = Cache.PkgBegin(); I.end() == false; I++)
       {

Reply via email to