diff options
author | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:12 +0000 |
commit | 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 (patch) | |
tree | 5d1ca41a889c46a73d88a6797a30c14a0c225892 /src/trustlist.c | |
parent | python,examples: Add missing word "License" (diff) | |
download | gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.tar.gz gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.zip |
doc: Fix typos in documentation and source code comments
--
Anonymous contribution
Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | src/trustlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trustlist.c b/src/trustlist.c index a0e82385..e31c2456 100644 --- a/src/trustlist.c +++ b/src/trustlist.c @@ -65,7 +65,7 @@ trustlist_status_handler (void *priv, gpgme_status_code_t code, char *args) With TYPE = U for a user ID K for a key The RECNO is either the one of the dir record or the one of the uid - record. OT is the the usual trust letter and only available on K + record. OT is the usual trust letter and only available on K lines. VAL is the calculated validity MC is the marginal trust counter and only available on U lines CC is the same for the complete count NAME ist the username and only printed on U |