diff options
Diffstat (limited to '')
-rw-r--r-- | g10/decrypt.c | 2 | ||||
-rw-r--r-- | g10/gpg.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index e232c188f..644bf2eba 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -107,7 +107,7 @@ decrypt_message (ctrl_t ctrl, const char *filename, strlist_t remusr) opt.outfile = NULL; if (ctrl->modify_recipients && (err || !dek) ) - log_error (_("modifiying the recipients is not possible: %s\n"), + log_error (_("modifying the recipients is not possible: %s\n"), err? gpg_strerror (err) : _("decryption failed")); else if (ctrl->modify_recipients) { @@ -5016,7 +5016,7 @@ main (int argc, char **argv) const char *x_fpr, *x_expire; if (argc < 2) - wrong_args ("--quick-set-exipre FINGERPRINT EXPIRE [SUBKEY-FPRS]"); + wrong_args ("--quick-set-expire FINGERPRINT EXPIRE [SUBKEY-FPRS]"); x_fpr = *argv++; argc--; x_expire = *argv++; argc--; keyedit_quick_set_expire (ctrl, x_fpr, x_expire, argv); |