1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

doc: Minor updates

--
This commit is contained in:
Werner Koch 2025-03-14 13:24:44 +01:00
parent c1b965cd92
commit 95a11baaa2
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 14 additions and 3 deletions

View file

@ -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)
{