Misspell correction (#826)
Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
21386ebdd5
commit
c08497adee
9 changed files with 9 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue