]> git.saurik.com Git - apt.git/commitdiff
Fix typo in apt-pkg/depcache.cc
authorLuca Bruno <lethalman88@gmail.com>
Sat, 11 Oct 2008 08:48:59 +0000 (10:48 +0200)
committerLuca Bruno <lethalman88@gmail.com>
Sat, 11 Oct 2008 08:48:59 +0000 (10:48 +0200)
apt-pkg/depcache.cc
debian/changelog

index d8b4dc6d2802801e336c9d09406f524ff52b4010..859e64ea17dd937ac2d1d0af477b64bd6b30f88d 100644 (file)
@@ -1001,7 +1001,7 @@ void pkgDepCache::MarkInstall(PkgIterator const &Pkg,bool AutoInst,
            if(Pkg.Section() && ConfigValueInSubTree("APT::Never-MarkAuto-Sections", Pkg.Section()))
            {
               if(_config->FindB("Debug::pkgDepCache::AutoInstall",false) == true)
-                 std::clog << "Setting NOT as auto-installed (direct dep of pkg in APT::Never-MarkAuto-Section)" << std::endl;
+                 std::clog << "Setting NOT as auto-installed (direct dep of pkg in APT::Never-MarkAuto-Sections)" << std::endl;
               MarkInstall(InstPkg,true,Depth + 1, true);
            }
            else 
index e0fd3be8c44f03e5380b9e54a3c73ec1af0fc339..afce500004f832eab75d7839303a4f96a6ea0b78 100644 (file)
@@ -1,6 +1,8 @@
 apt (0.7.17~exp1) UNRELEASED; urgency=low
 
   [ Luca Bruno ]
+  * Fix typos:
+    - apt-pkg/depcache.cc
   * Fix compilation warnings:
     - apt-pkg/acquire.cc
     - apt-pkg/versionmatch.cc