From 445f0c13d751f6dee9d70ef0785866ab2a7ea120 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 27 Oct 2016 14:58:01 +0200 Subject: Fix typos. -- Signed-off-by: Justus Winter --- g10/pkclist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/pkclist.c') 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 */ -- cgit v1.2.3