]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
Vietnamese translation update
[apt.git] / apt-pkg / algorithms.cc
index 62727a852fd01504e7cd27820913b153449f6231..158f9c258f4b1c6c973a6c2d2d29fc5c569f6c0e 100644 (file)
@@ -1261,8 +1261,8 @@ void pkgProblemResolver::InstallProtect()
            Cache.MarkDelete(I);
         else 
         {
-           // preserver the information if the package was auto
-           // or manual installed
+           // preserve the information whether the package was auto
+           // or manually installed
            bool autoInst = (Cache[I].Flags & pkgCache::Flag::Auto);
            Cache.MarkInstall(I, false, 0, !autoInst);
         }