From 6a6f927ddb225641ae89832b624cbc8290e2c0c4 Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Wed, 27 Jul 2005 15:08:43 +0000 Subject: [PATCH] Correct two typos in GPGME error messages. --- crypt-gpgme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.40.0