]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
Added (x) to some manpage referrings in apt-get manpage.
[apt.git] / methods / gpgv.cc
index 1ed26a30a1ac3da595f7cb00c557925839fa018d..9f4683e6e05f2522a6934faaccb6e0de15c4f5dd 100644 (file)
@@ -211,7 +211,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
    }
    else if (WEXITSTATUS(status) == 111)
    {
-      ioprintf(ret, _("Could not execute '%s' to verify signature (is gnupg installed?)"), gpgvpath.c_str());
+      ioprintf(ret, _("Could not execute '%s' to verify signature (is gpgv installed?)"), gpgvpath.c_str());
       return ret.str();
    }
    else