aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/loadbalance/weighted.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/loadbalance/weighted.go b/plugin/loadbalance/weighted.go
index 44aef63e8..be49b18b1 100644
--- a/plugin/loadbalance/weighted.go
+++ b/plugin/loadbalance/weighted.go
@@ -204,7 +204,7 @@ func (w *weightedRR) topAddressIndex(address []dns.RR) int {
}
// we should never reach this
- log.Errorf("Internal error: cannot find top addres (randv:%v wsum:%v)", v, wsum)
+ log.Errorf("Internal error: cannot find top address (randv:%v wsum:%v)", v, wsum)
return -1
}