Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cache
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-11-13 20:28:40 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-11-13 20:28:40 +0300
commit782dd15858128d8dfe78970c86e543b6590a004c (patch)
tree63a48b40e989146c507760b9b6f80ae699770105 /cache
parentaff9c091669a022b59f493c9dccf72be29511299 (diff)
More spelling corrections
Diffstat (limited to 'cache')
-rw-r--r--cache/filecache/filecache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/filecache/filecache.go b/cache/filecache/filecache.go
index e299258d7..4232c791a 100644
--- a/cache/filecache/filecache.go
+++ b/cache/filecache/filecache.go
@@ -69,7 +69,7 @@ var defaultCacheConfigs = map[string]cacheConfig{
type cachesConfig map[string]cacheConfig
type cacheConfig struct {
- // Maxe age of ache entries in this cache. Any items older than this will
+ // Max age of cache entries in this cache. Any items older than this will
// be removed and not returned from the cache.
// -1 means forever, 0 means cache is disabled.
MaxAge int