mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix typos.
-- Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
66a0091d74
commit
445f0c13d7
13 changed files with 14 additions and 14 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue