From d6fb247c2959cea396de5d8803cbff941314964e Mon Sep 17 00:00:00 2001 From: xenolf Date: Sat, 19 Mar 2016 17:48:50 +0100 Subject: [PATCH] Fix typo in dns_challenge --- acme/dns_challenge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/dns_challenge.go b/acme/dns_challenge.go index d9ff3e7e..2fe81c24 100644 --- a/acme/dns_challenge.go +++ b/acme/dns_challenge.go @@ -197,7 +197,7 @@ func FindZoneByFqdn(fqdn, nameserver string) (string, error) { return zone, nil } - // Query the authorative nameserver for a hopefully non-existing SOA record, + // Query the authoritative nameserver for a hopefully non-existing SOA record, // in the authority section of the reply it will have the SOA of the // containing zone. rfc2308 has this to say on the subject: // Name servers authoritative for a zone MUST include the SOA record of