diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2016-05-17 09:22:43 -0400 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-05-18 02:21:42 -0700 |
commit | 138935bf8d4b37e094c08eea7a20efc0553e9694 (patch) | |
tree | 1c44973e46fc783c6a906e7bfb7d9880b1fbc358 /cli/src/cli-rpc-ops.c | |
parent | 5a4f4a945661a8bb24735524e152ccd5b1ba571a (diff) |
core: assorted typos and spelling mistakes reported by Debian lintian
Also missing bang (!) in #!/bin/bash in shell scripts.
Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b
BUG: 1336793
Reported-by: Patrick Matthäi <pmatthaei@debian.org>
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/14398
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
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"); } |