diff options
Diffstat (limited to 'cli/src/cli-rpc-ops.c')
-rw-r--r-- | cli/src/cli-rpc-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 88c01ee790e..3892aabaab8 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -4591,7 +4591,7 @@ gf_cli_attach_tier (call_frame_t *frame, xlator_t *this, notify_cli: if (ret) { cli_out ("Failed to run tier start. Please execute tier start " - "command explictly"); + "command explicitly"); cli_out ("Usage : gluster volume rebalance <volname> tier " "start"); } |