aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_fix_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-06 12:47:55 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-06 12:47:55 -0700
commit2b643f477dd3ff0b50afc8f8052732e95e3f014f (patch)
treeae1ed68f4abf71719d211cd082671b92eea1ae6b /weed/shell/command_volume_fix_replication.go
parent05034aade5da8525b6067dece4a738cc664dabc4 (diff)
downloadseaweedfs-2b643f477dd3ff0b50afc8f8052732e95e3f014f.tar.xz
seaweedfs-2b643f477dd3ff0b50afc8f8052732e95e3f014f.zip
typo
Diffstat (limited to 'weed/shell/command_volume_fix_replication.go')
-rw-r--r--weed/shell/command_volume_fix_replication.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_fix_replication.go b/weed/shell/command_volume_fix_replication.go
index 59f4bff10..53f88cab2 100644
--- a/weed/shell/command_volume_fix_replication.go
+++ b/weed/shell/command_volume_fix_replication.go
@@ -86,7 +86,7 @@ func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv,
if replicaPlacement.GetCopyCount() > len(locations) {
underReplicatedVolumeLocations[vid] = locations
} else if replicaPlacement.GetCopyCount() < len(locations) {
- fmt.Fprintf(writer, "volume %d replication %s, but over repliacated:%+v\n", volumeInfo.Id, replicaPlacement, locations)
+ fmt.Fprintf(writer, "volume %d replication %s, but over replicated:%+v\n", volumeInfo.Id, replicaPlacement, locations)
}
}