mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
fix mis-spelling (#3310)
Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
2
plugin/cache/cache.go
vendored
2
plugin/cache/cache.go
vendored
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
// Cache is plugin that looks up responses in a cache and caches replies.
|
||||
// Cache is a plugin that looks up responses in a cache and caches replies.
|
||||
// It has a success and a denial of existence cache.
|
||||
type Cache struct {
|
||||
Next plugin.Handler
|
||||
|
||||
Reference in New Issue
Block a user