]> granicus.if.org Git - mutt/commitdiff
Correct two typos in GPGME error messages.
authorVincent Lefevre <vincent@vinc17.net>
Wed, 27 Jul 2005 15:08:43 +0000 (15:08 +0000)
committerVincent Lefevre <vincent@vinc17.net>
Wed, 27 Jul 2005 15:08:43 +0000 (15:08 +0000)
crypt-gpgme.c

index 2f2489bc7f34da503d35a7a580327ec9668e7b75..3f7bf38f4e7e4c291e5f190ed413141ff76f9a13 100644 (file)
@@ -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);