aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-10-27 12:58:01 +0000
committerJustus Winter <[email protected]>2016-10-27 12:59:56 +0000
commit445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch)
tree55b7113c092bed4ff910a4d2c377e92775c5c1c7 /g10/pkclist.c
parentg10: Assert preconditions. (diff)
downloadgnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.gz
gnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip
Fix typos.
-- Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index 823d67062..da4cc0647 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -451,8 +451,8 @@ do_we_trust( PKT_public_key *pk, unsigned int trustlevel )
return 1; /* yes */
case TRUST_NEVER:
- /* This is retruned can be returned by TOFU, which can return
- negative assertions. */
+ /* This can be returned by TOFU, which can return negative
+ assertions. */
log_info(_("%s: This key is bad! It has been marked as untrusted!\n"),
keystr_from_pk(pk));
return 0; /* no */