diff options
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" |