]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
cmdline/apt-report-mirror-failure: port to latest python-apt
[apt.git] / apt-pkg / algorithms.cc
index 34da745dea5ac67a2b25c1e83d7478e96f0a7a27..a3963d546d17dd7baa41709819e6ef227ccb9872 100644 (file)
@@ -1140,8 +1140,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
       return _error->Error(_("Unable to correct problems, you have held broken packages."));
    }
    
-   // set the auto-flags (mvo: I'm not sure if we _really_ need this, but
-   // I didn't managed 
+   // set the auto-flags (mvo: I'm not sure if we _really_ need this)
    pkgCache::PkgIterator I = Cache.PkgBegin();
    for (;I.end() != true; I++) {
       if (Cache[I].NewInstall() && !(Flags[I->ID] & PreInstalled)) {