diff options
author | Werner Koch <wk@gnupg.org> | 2004-01-16 18:42:08 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-01-16 18:42:08 +0100 |
commit | 30948e5ecd227771771c4a2e1263e4392296b8af (patch) | |
tree | 5aeb9905ac0a10d611402ab90f8f8943e3e34142 /kbx | |
parent | * argparse.c (strusage): Changed default copyright year to 2004. (diff) | |
download | gnupg2-30948e5ecd227771771c4a2e1263e4392296b8af.tar.xz gnupg2-30948e5ecd227771771c4a2e1263e4392296b8af.zip |
comment typo fixes.
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/keybox-blob.c | 4 | ||||
-rw-r--r-- | kbx/keybox-search.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kbx/keybox-blob.c b/kbx/keybox-blob.c index defddad69..3d815321f 100644 --- a/kbx/keybox-blob.c +++ b/kbx/keybox-blob.c @@ -72,7 +72,7 @@ X.509 specific are noted like [X.509: xxx] bit 0 = byte validity byte reserved - [For X509, the first user ID is the ISsuer, the second the subject + [For X509, the first user ID is the Issuer, the second the Subject and the others are subjectAltNames] u16 number of signatures u16 size of signature information (4) @@ -195,7 +195,7 @@ struct keyboxblob { -/* A simple implemnation of a dynamic buffer. Use init_membuf() to +/* A simple implemention of a dynamic buffer. Use init_membuf() to create a buffer, put_membuf to append bytes and get_membuf to release and return the buffer. Allocation errors are detected but only returned at the final get_membuf(), this helps not to clutter diff --git a/kbx/keybox-search.c b/kbx/keybox-search.c index e834cd2bf..b8add5abe 100644 --- a/kbx/keybox-search.c +++ b/kbx/keybox-search.c @@ -566,7 +566,7 @@ keybox_search (KEYBOX_HANDLE hd, KEYBOX_SEARCH_DESC *desc, size_t ndesc) /* kludge: we need to convert an SN given as hexstring to it's binary representation - in some cases we are not able to store it - in the search descriptor, because due to its usgae it is not + in the search descriptor, because due to its usage it is not possible to free allocated memory */ if (sn_array) { |