Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073
authorChristian PERRIER <bubulle@debian.org>
Mon, 23 Sep 2013 05:06:18 +0000 (07:06 +0200)
committerChristian PERRIER <bubulle@debian.org>
Mon, 23 Sep 2013 05:06:18 +0000 (07:06 +0200)
apt-private/private-show.cc
debian/changelog

index 7f4beb7..ddc75db 100644 (file)
@@ -103,7 +103,7 @@ bool ShowPackage(CommandLine &CmdL)                                 /*{{{*/
        Pkg != helper.virtualPkgs.end(); ++Pkg)
    {
        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
        //        CacheSetHelperAPTGet::showVirtualPackageErrors()
    }
index c272d35..6e31784 100644 (file)
@@ -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
 
   [ Oskari Saarenmaa ]