diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli-rl.c | 2 | ||||
-rw-r--r-- | cli/src/cli-rpc-ops.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli-rl.c b/cli/src/cli-rl.c index 592da7baa78..9a37a77de5e 100644 --- a/cli/src/cli-rl.c +++ b/cli/src/cli-rl.c @@ -192,7 +192,7 @@ cli_rl_tokenize (const char *text) } if (i < count) { - /* symoblize that what needs to be autocompleted is + /* symbolize that what needs to be autocompleted is the full set of possible nextwords, and not extend the last word */ diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 9007d373469..2841a32d589 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -2601,7 +2601,7 @@ gf_cli3_1_replace_brick (call_frame_t *frame, xlator_t *this, } gf_log (this->name, GF_LOG_DEBUG, - "Recevied command replace-brick %s with " + "Received command replace-brick %s with " "%s with operation=%d", src_brick, dst_brick, op); |