diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 4 |
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 */ |