aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-09-01 12:31:55 +0000
committerNeal H. Walfield <[email protected]>2016-09-01 12:31:55 +0000
commit44690befad49589e5083b4998a1a79eebf297d01 (patch)
tree2ec649070f03698d746696ff5ecfa4114b01913b
parentg10: When asking about a TOFU binding conflict, default to unknown. (diff)
downloadgnupg-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.c2
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"