diff options
author | 2016-11-13 14:03:12 +0000 | |
---|---|---|
committer | 2016-11-13 14:03:12 +0000 | |
commit | ece3cf8ecf5c9bb9cf523eb1e271f196c0929982 (patch) | |
tree | ec72ffda284ac0f7c44f33d6760d61c970507755 /middleware/cache/cache.go | |
parent | f402b8f726d5c3550ae2d4efc45d9b3d95e1bef0 (diff) | |
download | coredns-ece3cf8ecf5c9bb9cf523eb1e271f196c0929982.tar.gz coredns-ece3cf8ecf5c9bb9cf523eb1e271f196c0929982.tar.zst coredns-ece3cf8ecf5c9bb9cf523eb1e271f196c0929982.zip |
Fix various issues with formatting and typos (#424)
* Fix typos
* Simplify code
* Fix error usage
Diffstat (limited to 'middleware/cache/cache.go')
-rw-r--r-- | middleware/cache/cache.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/cache/cache.go b/middleware/cache/cache.go index 758c298aa..2cd897145 100644 --- a/middleware/cache/cache.go +++ b/middleware/cache/cache.go @@ -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" |