]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/orderlist.cc
use c++11 algorithms to avoid strange compiler warnings
[apt.git] / apt-pkg / orderlist.cc
index 1e0640422533633b6d262bc34463df2bc5c01d39..d1118e3192f9a39b79dc1dd0def2444a1f0efde4 100644 (file)
@@ -257,7 +257,7 @@ bool pkgOrderList::OrderUnpack(string *FileList)
       clog << "** Pass C" << endl;
    LoopCount = 0;
    RevDepends = 0;
-   Remove = 0;             // Otherwise the libreadline remove problem occures
+   Remove = 0;             // Otherwise the libreadline remove problem occurs
    if (DoRun() == false)
       return false;