summaryrefslogtreecommitdiff
path: root/apt-private/private-show.cc
diff options
context:
space:
mode:
authorChristian PERRIER <bubulle@debian.org>2013-09-23 07:06:18 +0200
committerChristian PERRIER <bubulle@debian.org>2013-09-23 07:06:18 +0200
commitad1d6bfbd75e1121ccfdd3ae159254d799825d37 (patch)
tree56b4caa2d337bfd656ca55a9f0a425d7f263740e /apt-private/private-show.cc
parentfe03781ffb7fec2b72386e8223f3e0d29f448509 (diff)
Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073
Diffstat (limited to 'apt-private/private-show.cc')
-rw-r--r--apt-private/private-show.cc2
1 files changed, 1 insertions, 1 deletions
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()
}