diff options
author | Neal H. Walfield <[email protected]> | 2016-12-13 08:16:54 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-12-16 10:11:16 +0000 |
commit | 6caa2d0ba2bfc0ae93878738b0169483f6b6b462 (patch) | |
tree | 2f24996bc79ede0215935a819cfc4bb5ddfacc75 /g10/tofu.c | |
parent | g10: Avoid translating simple error messages. (diff) | |
download | gnupg-6caa2d0ba2bfc0ae93878738b0169483f6b6b462.tar.gz gnupg-6caa2d0ba2bfc0ae93878738b0169483f6b6b462.zip |
g10: Add missing space.
* g10/tofu.c (tofu_register_encryption): Add missing space.
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'g10/tofu.c')
-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)); } |