mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 11:55:13 -05:00
Typo fixes (#2031)
This commit is contained in:
@@ -123,7 +123,7 @@ func (p Proxy) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (
|
||||
// Note this keeps looping and trying until tryDuration is hit, at which point our client
|
||||
// might be long gone...
|
||||
if oe.Timeout() {
|
||||
// Our upstream's upstream is problably messing up, continue with next selected
|
||||
// Our upstream's upstream is probably messing up, continue with next selected
|
||||
// host - which my be the *same* one as we don't set any uh.Fails.
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user