diff options
Diffstat (limited to 'plugin/proxy/proxy.go')
-rw-r--r-- | plugin/proxy/proxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/proxy/proxy.go b/plugin/proxy/proxy.go index b12e37f11..002007c98 100644 --- a/plugin/proxy/proxy.go +++ b/plugin/proxy/proxy.go @@ -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 } |