]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-show.cc
fix changelog
[apt.git] / apt-private / private-show.cc
index 7f4beb7d004da7cff7a57b55da5ec41f75a30fcb..ddc75dbeb479520eed3fdff47a4f4d190958b003 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()
    }