1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-13 00:09:51 +02:00

g10: Add missing space.

* g10/tofu.c (tofu_register_encryption): Add missing space.

Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2016-12-13 09:16:54 +01:00
parent 6b16b02109
commit 6caa2d0ba2

View File

@ -3419,7 +3419,7 @@ tofu_register_encryption (ctrl_t ctrl,
free_user_id_list = 1;
if (! user_id_list)
log_info (_("WARNING: Encrypting to %s, which has no"
log_info (_("WARNING: Encrypting to %s, which has no "
"non-revoked user ids.\n"),
keystr (pk->keyid));
}