aboutsummaryrefslogtreecommitdiff
path: root/core/dnsserver/server.go
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2019-08-21 16:08:55 -0400
committerGravatar GitHub <noreply@github.com> 2019-08-21 16:08:55 -0400
commit3f47fc8ba4f43a074c078c71fccb8a0463d31672 (patch)
treeaca616b315d0114a4351c4bdda2bdcf05a638b06 /core/dnsserver/server.go
parent6881d6d5854a718cd5c754f496a53f9931d6e34e (diff)
downloadcoredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.gz
coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.zst
coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.zip
typo fixes (#3169)
* spelling fixes * its/it's
Diffstat (limited to 'core/dnsserver/server.go')
-rw-r--r--core/dnsserver/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dnsserver/server.go b/core/dnsserver/server.go
index 4a143f9b3..2f0454e48 100644
--- a/core/dnsserver/server.go
+++ b/core/dnsserver/server.go
@@ -259,7 +259,7 @@ func (s *Server) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
// The type is DS, keep the handler, but keep on searching as maybe we are serving
// the parent as well and the DS should be routed to it - this will probably *misroute* DS
// queries to a possibly grand parent, but there is no way for us to know at this point
- // if there is an actually delegation from grandparent -> parent -> zone.
+ // if there is an actual delegation from grandparent -> parent -> zone.
// In all fairness: direct DS queries should not be needed.
dshandler = h
}