]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
* apt-pkg/deb/debindexfile.cc:
[apt.git] / apt-pkg / algorithms.cc
index a298be4933a74411614b9aa8b1e64d55f0029d9a..961f5c2fa1bfee4ff172c3efe16b9a280ae674b9 100644 (file)
@@ -1088,7 +1088,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
               {
                  if (Start->Type == pkgCache::Dep::DpkgBreaks)
                  {
-                    // first, try upgrading the package, if that
+                    // first, try upgradring the package, if that
                     // does not help, the breaks goes onto the
                     // kill list
                      //
@@ -1114,7 +1114,6 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
                  LEnd++;
                  
                  if (Start->Type != pkgCache::Dep::Conflicts &&
-                      Start->Type != pkgCache::Dep::DpkgBreaks &&
                      Start->Type != pkgCache::Dep::Obsoletes)
                     break;
               }