From 95a11baaa2c05832687cc81496449598034b0fb0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 14 Mar 2025 13:24:44 +0100 Subject: doc: Minor updates -- --- g10/encrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/encrypt.c') 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) { -- cgit v1.2.3