aboutsummaryrefslogtreecommitdiffstats
path: root/g10/decrypt.c
diff options
context:
space:
mode:
authorCollin Funk via Gnupg-devel <[email protected]>2025-08-06 04:16:14 +0000
committerWerner Koch <[email protected]>2025-08-13 06:07:05 +0000
commit5cee78a0362947c9d7ac0cc9ceee222f2297c882 (patch)
treed46224ab08f530a110220883d713ee41e2106fca /g10/decrypt.c
parentdirmngr: Improve LDAP debug output. (diff)
downloadgnupg-5cee78a0362947c9d7ac0cc9ceee222f2297c882.tar.gz
gnupg-5cee78a0362947c9d7ac0cc9ceee222f2297c882.zip
Fix typos in messages.
* agent/gpg-agent.c (map_supervised_sockets): Fix spelling of --deprecated-supervised. * g10/gpg.c (main): Fix spelling of --quick-set-expire. * scd/command.c (hlp_checkpin): Fix spelling of modifying. * g10/decrypt.c (decrypt_message): Fix spelling of mutually. -- Signed-off-by: Collin Funk <[email protected]>
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r--g10/decrypt.c2
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)
{