From f83589b5929befc4f6924ab615035140b93ca419 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 17 Jan 2008 22:37:11 -0200 Subject: * Applied patch from Robert Millan to fix the error message when gpgv isn't installed, closes: #452640. --- methods/gpgv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods') diff --git a/methods/gpgv.cc b/methods/gpgv.cc index 1ed26a30a..9f4683e6e 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -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 -- cgit v1.2.3