aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/domaininfo.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-11-13 10:35:39 +0000
committerWerner Koch <[email protected]>2018-11-13 10:35:39 +0000
commit914fa3be22bf8848a97a7dd405a040d6ef31e2fd (patch)
tree118783000e3629257a24721b84daf60ee628dacd /dirmngr/domaininfo.c
parentpo: Clarify a translator's note. (diff)
downloadgnupg-914fa3be22bf8848a97a7dd405a040d6ef31e2fd.tar.gz
gnupg-914fa3be22bf8848a97a7dd405a040d6ef31e2fd.zip
dirmngr: Support the new WKD draft with the openpgpkey subdomain.
* dirmngr/server.c (proc_wkd_get): Implement new openpgpkey subdomain method. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'dirmngr/domaininfo.c')
-rw-r--r--dirmngr/domaininfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/domaininfo.c b/dirmngr/domaininfo.c
index a2effffef..f6263b06d 100644
--- a/dirmngr/domaininfo.c
+++ b/dirmngr/domaininfo.c
@@ -119,7 +119,7 @@ domaininfo_print_stats (void)
}
-/* Return true if DOMAIN definitely does not support WKD. Noet that
+/* Return true if DOMAIN definitely does not support WKD. Note that
* DOMAIN is expected to be lowercase. */
int
domaininfo_is_wkd_not_supported (const char *domain)