mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -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:
@@ -142,7 +142,7 @@ func TestNsAddrsExternalHeadless(t *testing.T) {
|
||||
k.APIConn = &APIConnTest{}
|
||||
k.localIPs = []net.IP{net.ParseIP("10.244.0.20")}
|
||||
|
||||
// there are only headless sevices
|
||||
// there are only headless services
|
||||
cdrs := k.nsAddrs(true, true, k.Zones[0])
|
||||
|
||||
if len(cdrs) != 1 {
|
||||
|
||||
Reference in New Issue
Block a user