mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Fix typos (#6235)
* Fix typos and add todo to fix spelling of dnsutil.MaximumDefaulTTL Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
@@ -162,7 +162,7 @@ func (w *weightedRR) topAddressIndex(address []dns.RR) int {
|
||||
w.mutex.Lock()
|
||||
defer w.mutex.Unlock()
|
||||
|
||||
// Dertermine the weight value for each address in the answer
|
||||
// Determine the weight value for each address in the answer
|
||||
var wsum uint
|
||||
type waddress struct {
|
||||
index int
|
||||
|
||||
Reference in New Issue
Block a user