mirror of
https://github.com/coredns/coredns.git
synced 2025-11-03 18:53:13 -05:00
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:
@@ -26,7 +26,7 @@ type ResponseWriter struct {
|
||||
err error
|
||||
}
|
||||
|
||||
// Check if a dnstap error occured.
|
||||
// Check if a dnstap error occurred.
|
||||
// Set during ResponseWriter.Write.
|
||||
func (w ResponseWriter) DnstapError() error {
|
||||
return w.err
|
||||
|
||||
Reference in New Issue
Block a user