diff options
author | 2019-08-21 16:08:55 -0400 | |
---|---|---|
committer | 2019-08-21 16:08:55 -0400 | |
commit | 3f47fc8ba4f43a074c078c71fccb8a0463d31672 (patch) | |
tree | aca616b315d0114a4351c4bdda2bdcf05a638b06 /plugin/plugin.go | |
parent | 6881d6d5854a718cd5c754f496a53f9931d6e34e (diff) | |
download | coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.gz coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.tar.zst coredns-3f47fc8ba4f43a074c078c71fccb8a0463d31672.zip |
typo fixes (#3169)
* spelling fixes
* its/it's
Diffstat (limited to 'plugin/plugin.go')
-rw-r--r-- | plugin/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/plugin.go b/plugin/plugin.go index 7995cbba8..ee1bf8429 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -84,7 +84,7 @@ func NextOrFailure(name string, next Handler, ctx context.Context, w dns.Respons } // ClientWrite returns true if the response has been written to the client. -// Each plugin to adhire to this protocol. +// Each plugin to adhere to this protocol. func ClientWrite(rcode int) bool { switch rcode { case dns.RcodeServerFailure: |