aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/meta_cache/cache_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mount/meta_cache/cache_config.go')
-rw-r--r--weed/mount/meta_cache/cache_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/mount/meta_cache/cache_config.go b/weed/mount/meta_cache/cache_config.go
index b806df76c..5063bd400 100644
--- a/weed/mount/meta_cache/cache_config.go
+++ b/weed/mount/meta_cache/cache_config.go
@@ -6,7 +6,7 @@ var (
_ = util.Configuration(&cacheConfig{})
)
-// implementing util.Configuraion
+// implementing util.Configuration
type cacheConfig struct {
dir string
}