diff options
author | Werner Koch <[email protected]> | 2024-03-06 10:54:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-03-06 10:54:33 +0000 |
commit | 00b877ecda434e8876fa34b1283f25249bf59964 (patch) | |
tree | b9f32a63de034a7b2814393079640283321b9636 /tools/gpg-wks-client.c | |
parent | wks: Make gpg-wks-client --mirror work w/o args. (diff) | |
download | gnupg-00b877ecda434e8876fa34b1283f25249bf59964.tar.gz gnupg-00b877ecda434e8876fa34b1283f25249bf59964.zip |
doc: Typo fix in comment
--
Diffstat (limited to 'tools/gpg-wks-client.c')
-rw-r--r-- | tools/gpg-wks-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-wks-client.c b/tools/gpg-wks-client.c index f02484c94..ef11a4e3e 100644 --- a/tools/gpg-wks-client.c +++ b/tools/gpg-wks-client.c @@ -1919,7 +1919,7 @@ domain_matches_mbox (const char *domain, const char *mbox) * so that for a key with * uid: Joe Someone <[email protected]> * uid: Joe <[email protected]> - * only the news user id (and thus its self-signature) is used. + * only the newest user id (and thus its self-signature) is used. * UIDLIST is nodified to set all MBOX fields to NULL for a processed * user id. FPR is the fingerprint of the key. */ |