]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/orderlist.cc
[ David Kalnischkies ]
[apt.git] / apt-pkg / orderlist.cc
index 19661fc2dfb7fc151b6e458d90620aeb3f6b2278..a17a70112c74878d04a987a4eccacc9d6a2d581a 100644 (file)
@@ -1073,7 +1073,7 @@ bool pkgOrderList::CheckDep(DepIterator D)
          just needs one */
       if (D.IsNegative() == false)
       {
-        // ignore provides by older versions of this package
+        // ignore provides by older versions of this package
         if (((D.Reverse() == false && Pkg == D.ParentPkg()) ||
              (D.Reverse() == true && Pkg == D.TargetPkg())) &&
             Cache[Pkg].InstallVer != *I)