diff options
Diffstat (limited to 'g10/encrypt.c')
-rw-r--r-- | g10/encrypt.c | 2 |
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) { |