mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-21 10:09:57 +01:00
headers: fix spelling
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
11e9b704b5
commit
b39ece7d35
@ -185,7 +185,7 @@ typedef enum
|
||||
if no real recipient has been given. */
|
||||
|
||||
AUDIT_SESSION_KEY, /* string */
|
||||
/* Mark the creation or availibility of the session key. The
|
||||
/* Mark the creation or availability of the session key. The
|
||||
parameter is the algorithm ID. */
|
||||
|
||||
AUDIT_ENCRYPTED_TO, /* cert, err */
|
||||
|
@ -105,7 +105,7 @@ smatch (unsigned char const **buf, size_t buflen, const char *token)
|
||||
}
|
||||
|
||||
/* Format VALUE for use as the length indicatior of an S-expression.
|
||||
The caller needs to provide a buffer HELP_BUFFER wth a length of
|
||||
The caller needs to provide a buffer HELP_BUFFER with a length of
|
||||
HELP_BUFLEN. The return value is a pointer into HELP_BUFFER with
|
||||
the formatted length string. The colon and a trailing nul are
|
||||
appended. HELP_BUFLEN must be at least 3 - a more useful value is
|
||||
|
@ -85,7 +85,7 @@ int cdb_make_put(struct cdb_make *cdbmp,
|
||||
const void *key, cdbi_t klen,
|
||||
const void *val, cdbi_t vlen,
|
||||
int flag);
|
||||
#define CDB_PUT_ADD 0 /* add unconditionnaly, like cdb_make_add() */
|
||||
#define CDB_PUT_ADD 0 /* add unconditionally, like cdb_make_add() */
|
||||
#define CDB_PUT_REPLACE 1 /* replace: do not place to index OLD record */
|
||||
#define CDB_PUT_INSERT 2 /* add only if not already exists */
|
||||
#define CDB_PUT_WARN 3 /* add unconditionally but ret. 1 if exists */
|
||||
|
@ -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
|
||||
|
@ -76,7 +76,7 @@ struct
|
||||
const char *protect_tool_program;
|
||||
char *outfile; /* name of output file */
|
||||
|
||||
int with_key_data;/* include raw key in the column delimted output */
|
||||
int with_key_data;/* include raw key in the column delimited output */
|
||||
|
||||
int fingerprint; /* list fingerprints in all key listings */
|
||||
|
||||
|
@ -88,7 +88,7 @@ typedef enum
|
||||
} typeflag_t;
|
||||
|
||||
|
||||
/* The internal represenation of a TAR header. */
|
||||
/* The internal representation of a TAR header. */
|
||||
struct tar_header_s;
|
||||
typedef struct tar_header_s *tar_header_t;
|
||||
struct tar_header_s
|
||||
|
Loading…
x
Reference in New Issue
Block a user