aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encrypt.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-03-14 12:24:44 +0000
committerWerner Koch <[email protected]>2025-03-14 12:24:44 +0000
commit95a11baaa2c05832687cc81496449598034b0fb0 (patch)
treed9d96c375b4c9a1cf4b033fb40f122ab10fa8422 /g10/encrypt.c
parentgpg: Fix double free of internal data. (diff)
downloadgnupg-95a11baaa2c05832687cc81496449598034b0fb0.tar.gz
gnupg-95a11baaa2c05832687cc81496449598034b0fb0.zip
doc: Minor updates
--
Diffstat (limited to 'g10/encrypt.c')
-rw-r--r--g10/encrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/encrypt.c b/g10/encrypt.c
index 9b27b595b..ea0ea1b2b 100644
--- a/g10/encrypt.c
+++ b/g10/encrypt.c
@@ -1121,7 +1121,7 @@ reencrypt_to_new_recipients (ctrl_t ctrl, int armor, const char *filename,
if (err)
goto leave;
- /* The write the old recipients in --add-recipients mode. */
+ /* Write the old recipients in --add-recipients mode. */
for (count=0, el = pkenc_list; el; el = el->next, count++)
if (!ctrl->clear_recipients)
{