diff options
Diffstat (limited to '')
-rw-r--r-- | g10/decrypt.c | 2 |
1 files changed, 1 insertions, 1 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) { |