mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
headers: fix spelling
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
11e9b704b5
commit
b39ece7d35
7 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "gpg.h"
|
||||
|
||||
/* No explict cleaning. */
|
||||
/* No explicit cleaning. */
|
||||
#define KEY_CLEAN_NONE 0
|
||||
/* Remove only invalid subkeys (ie. missing key-bindings) */
|
||||
#define KEY_CLEAN_INVALID 1
|
||||
|
|
|
@ -244,7 +244,7 @@ typedef struct
|
|||
const byte *trust_regexp;
|
||||
struct revocation_key *revkey;
|
||||
int numrevkeys;
|
||||
int help_counter; /* Used internally bu some fucntions. */
|
||||
int help_counter; /* Used internally bu some functions. */
|
||||
pka_info_t *pka_info; /* Malloced PKA data or NULL if not
|
||||
available. See also flags.pka_tried. */
|
||||
char *signers_uid; /* Malloced value of the SIGNERS_UID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue