diff options
author | Neal H. Walfield <[email protected]> | 2016-09-01 12:31:55 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-09-01 12:31:55 +0000 |
commit | 44690befad49589e5083b4998a1a79eebf297d01 (patch) | |
tree | 2ec649070f03698d746696ff5ecfa4114b01913b | |
parent | g10: When asking about a TOFU binding conflict, default to unknown. (diff) | |
download | gnupg-44690befad49589e5083b4998a1a79eebf297d01.tar.gz gnupg-44690befad49589e5083b4998a1a79eebf297d01.zip |
g10: Fix typo.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to '')
-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 47c68fe8e..214782d2a 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -2288,7 +2288,7 @@ show_statistics (tofu_dbs_t dbs, const char *fingerprint, char *tmpmsg; if (messages == 0) - log_info (_("Warning: we've have yet to see" + log_info (_("Warning: we have yet to see" " a message signed by this key and user id!\n")); else if (messages == 1) log_info (_("Warning: we've only seen a single message" |