Fix typo in dns_challenge

This commit is contained in:
xenolf 2016-03-19 17:48:50 +01:00
parent e06278fead
commit d6fb247c29

View file

@ -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