aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_kdns.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-12-08 12:20:11 +0000
committerWerner Koch <[email protected]>2009-12-08 12:20:11 +0000
commitbb861ac7303cd8f4f054337d7f9997e41df28c17 (patch)
tree25e53b9263cbb5d342d096de6b14220d8cd39fce /keyserver/gpgkeys_kdns.c
parentcommon/ (diff)
downloadgnupg-bb861ac7303cd8f4f054337d7f9997e41df28c17.tar.gz
gnupg-bb861ac7303cd8f4f054337d7f9997e41df28c17.zip
Support CERT records via ADNS
Diffstat (limited to '')
-rw-r--r--keyserver/gpgkeys_kdns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyserver/gpgkeys_kdns.c b/keyserver/gpgkeys_kdns.c
index 5979b0668..b9232c45f 100644
--- a/keyserver/gpgkeys_kdns.c
+++ b/keyserver/gpgkeys_kdns.c
@@ -66,7 +66,7 @@ static const char *kdns_root;
/* The replacement string for the at sign. */
static const char *kdns_at_repl;
-/* Flag indicating that a TCP conenction should be used. */
+/* Flag indicating that a TCP connection should be used. */
static int kdns_usevc;