From: Christian PERRIER Date: Mon, 23 Sep 2013 05:06:18 +0000 (+0200) Subject: Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073 X-Git-Tag: 0.9.12~22 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ad1d6bfbd75e1121ccfdd3ae159254d799825d37 Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073 --- diff --git a/apt-private/private-show.cc b/apt-private/private-show.cc index 7f4beb7d0..ddc75dbeb 100644 --- a/apt-private/private-show.cc +++ b/apt-private/private-show.cc @@ -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() } diff --git a/debian/changelog b/debian/changelog index c272d35e5..6e31784f2 100644 --- a/debian/changelog +++ b/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 Mon, 23 Sep 2013 07:05:34 +0200 + apt (0.9.11.4) unstable; urgency=low [ Oskari Saarenmaa ]