Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricanehrndz committed Oct 1, 2024
1 parent dc0cfc4 commit f92341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/internal/dns/upstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func (u *upstreamResolverBase) waitUntilResponse() {
u.probeAvailability()
}

// check if still disbaled
// check if still disabled
if u.disabled.Load() {
log.Tracef("checking connectivity with upstreams %s failed. Retrying in %s", u.upstreamServers, exponentialBackOff.NextBackOff())
return fmt.Errorf("upstream check call error")
Expand Down

0 comments on commit f92341a

Please sign in to comment.