aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/store.go')
-rw-r--r--weed/storage/store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/store.go b/weed/storage/store.go
index 45f87525b..76be2fa9c 100644
--- a/weed/storage/store.go
+++ b/weed/storage/store.go
@@ -62,7 +62,7 @@ type Store struct {
GrpcPort int
PublicUrl string
Locations []*DiskLocation
- dataCenter string // optional informaton, overwriting master setting if exists
+ dataCenter string // optional information, overwriting master setting if exists
rack string // optional information, overwriting master setting if exists
connected bool
NeedleMapKind NeedleMapKind