]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/orderlist.cc
get group again after potential remap in Source: parse
[apt.git] / apt-pkg / orderlist.cc
index a61c2b06aa4d02472e381fd13bda546b92453e5f..bfdc50e6cc2265bfebca0e3f07f6d8c3ce9dc4c2 100644 (file)
@@ -328,7 +328,7 @@ int pkgOrderList::Score(PkgIterator Pkg)
         break;
       }
 
-   // Important Required Standard Optional Extra
+   // Required Important Standard Optional Extra
    if (Cache[Pkg].InstVerIter(Cache)->Priority <= 5)
    {
       signed short PrioMap[] = {0,5,4,3,1,0};