mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 01:04:15 -04: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:
@@ -71,7 +71,7 @@ func TestIsNameError(t *testing.T) {
|
||||
if !k.IsNameError(errInvalidRequest) {
|
||||
t.Errorf("Expected 'true' for '%v'", errInvalidRequest)
|
||||
}
|
||||
otherErr := errors.New("Some other error occured")
|
||||
otherErr := errors.New("Some other error occurred")
|
||||
if k.IsNameError(otherErr) {
|
||||
t.Errorf("Expected 'true' for '%v'", otherErr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user