aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/volume.go')
-rw-r--r--weed/command/volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go
index 645c698b1..b1455352c 100644
--- a/weed/command/volume.go
+++ b/weed/command/volume.go
@@ -267,7 +267,7 @@ func (v VolumeServerOptions) startVolumeServer(volumeFolders, maxVolumeCounts, v
stopChan := make(chan bool)
grace.OnInterrupt(func() {
- fmt.Println("volume server has be killed")
+ fmt.Println("volume server has been killed")
// Stop heartbeats
if !volumeServer.StopHeartbeat() {