From 00b877ecda434e8876fa34b1283f25249bf59964 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 6 Mar 2024 11:54:33 +0100 Subject: [PATCH] doc: Typo fix in comment -- --- tools/gpg-wks-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * uid: Joe - * 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. */