[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#63577: Typo in algorithms.cc



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           Bluehorn@IRC               <torsten@debian.org>
           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 to: