diff options
author | Neal H. Walfield <neal@g10code.com> | 2016-12-13 09:16:54 +0100 |
---|---|---|
committer | Neal H. Walfield <neal@g10code.com> | 2016-12-16 11:11:16 +0100 |
commit | 6caa2d0ba2bfc0ae93878738b0169483f6b6b462 (patch) | |
tree | 2f24996bc79ede0215935a819cfc4bb5ddfacc75 /g10 | |
parent | g10: Avoid translating simple error messages. (diff) | |
download | gnupg2-6caa2d0ba2bfc0ae93878738b0169483f6b6b462.tar.xz gnupg2-6caa2d0ba2bfc0ae93878738b0169483f6b6b462.zip |
g10: Add missing space.
* g10/tofu.c (tofu_register_encryption): Add missing space.
Signed-off-by: Neal H. Walfield <neal@g10code.com>
Diffstat (limited to 'g10')
-rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index d15b25f4f..4fc18b6fc 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -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)); } |