summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2005-07-27 15:08:43 +0000
committerVincent Lefevre <vincent@vinc17.net>2005-07-27 15:08:43 +0000
commit6a6f927ddb225641ae89832b624cbc8290e2c0c4 (patch)
treeaa2b6bae5346ccf717efa378b56a222c9b7b1647 /crypt-gpgme.c
parentc8f914d7a1c9bc2602e7e87eb1aff64b33a03420 (diff)
Correct two typos in GPGME error messages.
Diffstat (limited to 'crypt-gpgme.c')
-rw-r--r--crypt-gpgme.c4
1 files 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);