aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/decrypt.c2
-rw-r--r--g10/gpg.c2
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)
{
diff --git a/g10/gpg.c b/g10/gpg.c
index d0f575d7e..b2ca71cb8 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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);