From 51a78ad316975763d45c11affa571892e03643e8 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 15 Nov 2011 14:44:24 -0800 Subject: glusterfs: An effort to fix all the spell mistakes and typo in the entire glusterfs codebase. This patch fixes many of spell mistakes and typo in the entire glusterfs codebase and all supported modules. Change-Id: I83238a41aa08118df3cf4d1d605505dd3cda35a1 BUG: 3809 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.com/731 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Vijay Bellur --- cli/src/cli-rl.c | 2 +- cli/src/cli-rpc-ops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/src/cli-rl.c b/cli/src/cli-rl.c index 592da7baa..9a37a77de 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 9007d3734..2841a32d5 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); -- cgit