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 d8b4dc6..859e64e 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 e0fd3be..afce500 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