diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 13:46:23 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-10-25 20:53:05 +0000 |
commit | b39ece7d35401302879062d9d4bec25b1249ae7e (patch) | |
tree | 355ff843ac7ca37264390a9f95494d0a4f93bc27 /dirmngr/cdb.h | |
parent | speedo: Sign the windows installer with a timestamp. (diff) | |
download | gnupg-b39ece7d35401302879062d9d4bec25b1249ae7e.tar.gz gnupg-b39ece7d35401302879062d9d4bec25b1249ae7e.zip |
headers: fix spelling
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'dirmngr/cdb.h')
-rw-r--r-- | dirmngr/cdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/cdb.h b/dirmngr/cdb.h index 0c0d2702a..5d46f6956 100644 --- a/dirmngr/cdb.h +++ b/dirmngr/cdb.h @@ -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 */ |