gpg: Fix a typo in a rarely shown diagnostic

--
This commit is contained in:
Werner Koch 2022-12-16 16:25:20 +01:00
parent 49d16f4f6e
commit 548c3701e5
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 2 deletions

View File

@ -470,8 +470,7 @@ encrypt_simple (const char *filename, int mode, int use_seskey)
if (use_seskey && s2k->mode != 1 && s2k->mode != 3)
{
use_seskey = 0;
log_info (_("can't use a SKESK packet"
"due to the S2K mode\n"));
log_info (_("can't use a SKESK packet due to the S2K mode\n"));
}
/* See whether we want to use AEAD. */