* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 29 Oct 2009 10:53:01 +0000 (11:53 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 29 Oct 2009 10:53:01 +0000 (11:53 +0100)
  - typo fix (LP: #462328)

apt-pkg/depcache.cc
apt-pkg/indexcopy.cc
debian/changelog

index 13abbe5..45e427d 100644 (file)
@@ -243,7 +243,7 @@ bool pkgDepCache::writeStateFile(OpProgress *prog, bool InstalledOnly)      /*{{{*/
            continue;
         bool newAuto = (PkgState[pkg->ID].Flags & Flag::Auto);
         if(_config->FindB("Debug::pkgAutoRemove",false))
-           std::clog << "Update exisiting AutoInstall info: " 
+           std::clog << "Update existing AutoInstall info: " 
                      << pkg.Name() << std::endl;
         TFRewriteData rewrite[2];
         rewrite[0].Tag = "Auto-Installed";
index 1569658..e7bf046 100644 (file)
@@ -527,19 +527,19 @@ bool SigVerify::Verify(string prefix, string file, indexRecords *MetaIndex)
    // (non-existing files are not considered a error)
    if(!FileExists(prefix+file))
    {
-      _error->Warning("Skipping non-exisiting file %s", string(prefix+file).c_str());
+      _error->Warning(_("Skipping nonexistent file %s"), string(prefix+file).c_str());
       return true;
    }
 
    if (!Record) 
    {
-      _error->Warning("Can't find authentication record for: %s",file.c_str());
+      _error->Warning(_("Can't find authentication record for: %s"), file.c_str());
       return false;
    }
 
    if (!Record->Hash.VerifyFile(prefix+file))
    {
-      _error->Warning("Hash mismatch for: %s",file.c_str());
+      _error->Warning(_("Hash mismatch for: %s"),file.c_str());
       return false;
    }
 
index 618e855..15b6eb1 100644 (file)
@@ -10,6 +10,10 @@ apt (0.7.22.4) unstable; urgency=low
     - add output about pre-depends configuring when debug::pkgPackageManager
       is used
 
+  [ Brian Murray ]
+  * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
+    - typo fix (LP: #462328)
+  
   [ Loïc Minier ]
   * cmdline/apt-key:
     - Emit a warning if removed keys keyring is missing and skip associated