From: Vincent Lefevre Date: Wed, 27 Jul 2005 15:08:43 +0000 (+0000) Subject: Correct two typos in GPGME error messages. X-Git-Tag: mutt-1-5-10-rel~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a6f927ddb225641ae89832b624cbc8290e2c0c4;p=mutt Correct two typos in GPGME error messages. --- diff --git a/crypt-gpgme.c b/crypt-gpgme.c index 2f2489bc..3f7bf38f 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -642,7 +642,7 @@ static int set_signer (gpgme_ctx_t ctx, int for_smime) gpgme_key_release (key); gpgme_key_release (key2); gpgme_release (listctx); - mutt_error (_("ambiguous specfication of secret key `%s'\n"), + mutt_error (_("ambiguous specification of secret key `%s'\n"), signid); return -1; } @@ -1052,7 +1052,7 @@ static int show_sig_summary (unsigned long sum, gpgme_signature_t sig; unsigned int i; - state_attach_puts (_("A system error occured"), s ); + state_attach_puts (_("A system error occurred"), s ); /* Try to figure out some more detailed system error information. */ result = gpgme_op_verify_result (ctx);