mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix some spelling errors. Fixes bug#1127.
This commit is contained in:
parent
18392e8d61
commit
4ac7cb0725
3 changed files with 6 additions and 6 deletions
|
@ -1657,7 +1657,7 @@ clean_sigs_from_uid(KBNODE keyblock,KBNODE uidnode,int noisy,int self_only)
|
|||
/* Everything else we delete */
|
||||
|
||||
/* At this point, if 12 is set, the signing key was unavailable.
|
||||
If 9 or 10 is set, it's superceded. Otherwise, it's
|
||||
If 9 or 10 is set, it's superseded. Otherwise, it's
|
||||
invalid. */
|
||||
|
||||
if(noisy)
|
||||
|
@ -1665,7 +1665,7 @@ clean_sigs_from_uid(KBNODE keyblock,KBNODE uidnode,int noisy,int self_only)
|
|||
keystr(node->pkt->pkt.signature->keyid),
|
||||
uidnode->pkt->pkt.user_id->name,
|
||||
node->flag&(1<<12)?"key unavailable":
|
||||
node->flag&(1<<9)?"signature superceded":"invalid signature");
|
||||
node->flag&(1<<9)?"signature superseded":"invalid signature");
|
||||
|
||||
delete_kbnode(node);
|
||||
deleted++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue