mirror of
https://github.com/go-acme/lego.git
synced 2024-11-28 17:41:10 +02:00
fix typo (#419)
This commit is contained in:
parent
4dde48a9b9
commit
92ed209099
@ -194,7 +194,7 @@ func dnsQuery(fqdn string, rtype uint16, nameservers []string, recursive bool) (
|
||||
|
||||
if err == dns.ErrTruncated {
|
||||
tcp := &dns.Client{Net: "tcp", Timeout: DNSTimeout}
|
||||
// If the TCP request suceeds, the err will reset to nil
|
||||
// If the TCP request succeeds, the err will reset to nil
|
||||
in, _, err = tcp.Exchange(m, ns)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user