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:
parent
c657af467b
commit
2fe5890d8b
13 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue