aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_lock_unlock.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_lock_unlock.go')
-rw-r--r--weed/shell/command_lock_unlock.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_lock_unlock.go b/weed/shell/command_lock_unlock.go
index a69be21c7..a214ea91c 100644
--- a/weed/shell/command_lock_unlock.go
+++ b/weed/shell/command_lock_unlock.go
@@ -21,7 +21,7 @@ func (c *commandLock) Name() string {
func (c *commandLock) Help() string {
return `lock in order to exclusively manage the cluster
- This is a blocking operation if there is alread another lock.
+ This is a blocking operation if there is already another lock.
`
}