mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
Fix some spelling errors in comment (#2533)
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
This commit is contained in:
committed by
Francois Tur
parent
39cf482348
commit
06d945fc32
2
plugin/cache/error_test.go
vendored
2
plugin/cache/error_test.go
vendored
@@ -26,7 +26,7 @@ func TestFormErr(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// formErrHanlder is a fake plugin implementation which returns a FORMERR for a reply.
|
||||
// formErrHandler is a fake plugin implementation which returns a FORMERR for a reply.
|
||||
func formErrHandler() plugin.Handler {
|
||||
return plugin.HandlerFunc(func(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error) {
|
||||
m := new(dns.Msg)
|
||||
|
||||
Reference in New Issue
Block a user