aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-03-06 10:54:33 +0000
committerWerner Koch <[email protected]>2024-03-06 10:54:33 +0000
commit00b877ecda434e8876fa34b1283f25249bf59964 (patch)
treeb9f32a63de034a7b2814393079640283321b9636
parentwks: Make gpg-wks-client --mirror work w/o args. (diff)
downloadgnupg-00b877ecda434e8876fa34b1283f25249bf59964.tar.gz
gnupg-00b877ecda434e8876fa34b1283f25249bf59964.zip
doc: Typo fix in comment
--
-rw-r--r--tools/gpg-wks-client.c2
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.
*/