]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.cc
Document new APT::Keep-Downloaded-Packages option in NEWS
[apt.git] / apt-pkg / depcache.cc
index a3d2f644956c6473e4640c7a054c23998ad5a5f1..c6fb63be1002ab8a54157205bd33d56c355a1d7e 100644 (file)
@@ -1181,7 +1181,7 @@ bool pkgDepCache::MarkInstall(PkgIterator const &Pkg,bool AutoInst,
 
       /* unsatisfiable dependency: IsInstallOkDependenciesSatisfiableByCandidates
          would have prevented us to get here if not overridden, so just skip
-        over the problem here as the frontend will know what it is doing */
+        over the problem here as the front-end will know what it is doing */
       if (Ors == 1 && (DepState[Start->ID] &DepCVer) != DepCVer && Start.IsNegative() == false)
         continue;