diff options
author | 2017-08-04 09:06:06 -0700 | |
---|---|---|
committer | 2017-08-04 09:06:06 -0700 | |
commit | c08497adeea1eb03b84e11c25e6e1b0b41348a7c (patch) | |
tree | f513c5d3011f3b070e088f96296715ba8d34ff02 /middleware/kubernetes/autopath.go | |
parent | 21386ebdd594daa2497fa11c0713f2db58f21db6 (diff) | |
download | coredns-c08497adeea1eb03b84e11c25e6e1b0b41348a7c.tar.gz coredns-c08497adeea1eb03b84e11c25e6e1b0b41348a7c.tar.zst coredns-c08497adeea1eb03b84e11c25e6e1b0b41348a7c.zip |
Misspell correction (#826)
Did a `misspell . | grep -v ^vendor` and fixed
several typos.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'middleware/kubernetes/autopath.go')
-rw-r--r-- | middleware/kubernetes/autopath.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/kubernetes/autopath.go b/middleware/kubernetes/autopath.go index 22ef79a27..ac86cfd6b 100644 --- a/middleware/kubernetes/autopath.go +++ b/middleware/kubernetes/autopath.go @@ -6,7 +6,7 @@ import "github.com/miekg/dns" // * reverts question section of a packet to its original state. // This is done to avoid the 'Question section mismatch:' error in client. // * Defers write to the client if the response code is NXDOMAIN. This is needed -// to enable further search path probing if a search was not sucessful. +// to enable further search path probing if a search was not successful. // * Allow forced write to client regardless of response code. This is needed to // write the packet to the client if the final search in the path fails to // produce results. |