mirror of
https://github.com/coredns/coredns.git
synced 2025-10-30 09:43:17 -04:00
Fix various issues with formatting and typos (#424)
* Fix typos * Simplify code * Fix error usage
This commit is contained in:
committed by
Miek Gieben
parent
f402b8f726
commit
ece3cf8ecf
2
middleware/cache/cache.go
vendored
2
middleware/cache/cache.go
vendored
@@ -130,7 +130,7 @@ const (
|
||||
|
||||
defaultCap = 10000 // default capacity of the cache.
|
||||
|
||||
// Success is the class for caching postive caching.
|
||||
// Success is the class for caching positive caching.
|
||||
Success = "success"
|
||||
// Denial is the class defined for negative caching.
|
||||
Denial = "denial"
|
||||
|
||||
Reference in New Issue
Block a user