summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/src/cli-cmd-parser.c2
-rw-r--r--cli/src/cli-rpc-ops.c2
-rw-r--r--cli/src/cli-xml-output.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c
index 59c27b87f48..6b2d6dfe7da 100644
--- a/cli/src/cli-cmd-parser.c
+++ b/cli/src/cli-cmd-parser.c
@@ -2448,7 +2448,7 @@ parse_ssh_port (const char **words, int wordcount, dict_t *dict,
if (errno == ERANGE || errno == EINVAL || limit <= 0
|| strcmp (end_ptr, "") != 0) {
ret = -1;
- cli_err ("Please enter an interger value for ssh_port ");
+ cli_err ("Please enter an integer value for ssh_port ");
goto out;
}
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");
}
diff --git a/cli/src/cli-xml-output.c b/cli/src/cli-xml-output.c
index 439c3047e31..3d6545c6fed 100644
--- a/cli/src/cli-xml-output.c
+++ b/cli/src/cli-xml-output.c
@@ -5618,7 +5618,7 @@ cli_xml_snapshot_config (xmlTextWriterPtr writer, xmlDocPtr doc, dict_t *dict)
}
break;
default:
- gf_log ("cli", GF_LOG_ERROR, "Uknown config command :%d",
+ gf_log ("cli", GF_LOG_ERROR, "Unknown config command :%d",
config_command);
ret = -1;
goto out;