瀏覽代碼

Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073

Christian PERRIER 12 年之前
父節點
當前提交
ad1d6bfbd7
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 1 1
      apt-private/private-show.cc
  2. 7 0
      debian/changelog

+ 1 - 1
apt-private/private-show.cc

@@ -103,7 +103,7 @@ bool ShowPackage(CommandLine &CmdL)					/*{{{*/
 	Pkg != helper.virtualPkgs.end(); ++Pkg)
 	Pkg != helper.virtualPkgs.end(); ++Pkg)
    {
    {
        c1out << "Package: " << Pkg.FullName(true) << std::endl;
        c1out << "Package: " << Pkg.FullName(true) << std::endl;
-       c1out << "State: " << _("not a real pacakge (virtual)") << std::endl;
+       c1out << "State: " << _("not a real package (virtual)") << std::endl;
        // FIXME: show providers, see private-cacheset.h
        // FIXME: show providers, see private-cacheset.h
        //        CacheSetHelperAPTGet::showVirtualPackageErrors()
        //        CacheSetHelperAPTGet::showVirtualPackageErrors()
    }
    }

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+apt (0.9.11.5) UNRELEASED; urgency=low
+
+  * Fix typo in apt-private/private-show.cc. Thanks to Benjamin
+    Keresa. Closes: #724073
+
+ -- Christian Perrier <bubulle@debian.org>  Mon, 23 Sep 2013 07:05:34 +0200
+
 apt (0.9.11.4) unstable; urgency=low
 apt (0.9.11.4) unstable; urgency=low
 
 
   [ Oskari Saarenmaa ]
   [ Oskari Saarenmaa ]