aboutsummaryrefslogtreecommitdiff
path: root/plugin/pkg/response/typify.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 /plugin/pkg/response/typify.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 'plugin/pkg/response/typify.go')
-rw-r--r--plugin/pkg/response/typify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/response/typify.go b/plugin/pkg/response/typify.go
index f4dd91fa4..df314d41a 100644
--- a/plugin/pkg/response/typify.go
+++ b/plugin/pkg/response/typify.go
@@ -15,7 +15,7 @@ const (
NoError Type = iota
// NameError is a NXDOMAIN in header, SOA in auth.
NameError
- // ServerError is a set of errors we want to cache, for now it containers SERVFAIL and NOTIMPL.
+ // ServerError is a set of errors we want to cache, for now it contains SERVFAIL and NOTIMPL.
ServerError
// NoData indicates name found, but not the type: NOERROR in header, SOA in auth.
NoData