From c08497adeea1eb03b84e11c25e6e1b0b41348a7c Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Fri, 4 Aug 2017 09:06:06 -0700 Subject: Misspell correction (#826) Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang --- middleware/kubernetes/autopath.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'middleware/kubernetes/autopath.go') 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. -- cgit v1.2.3