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 --- xlators/lib/src/libxlator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/lib') diff --git a/xlators/lib/src/libxlator.c b/xlators/lib/src/libxlator.c index 3991d80ff..df302d11d 100644 --- a/xlators/lib/src/libxlator.c +++ b/xlators/lib/src/libxlator.c @@ -395,7 +395,7 @@ cluster_getmarkerattr (call_frame_t *frame,xlator_t *this, loc_t *loc, loc, name); else { gf_log (this->name, GF_LOG_WARNING, - "Unrecognized type of marker attr recived"); + "Unrecognized type of marker attr received"); STACK_WIND (frame, default_getxattr_cbk, *(sub_volumes + i), (*(sub_volumes + i))->fops->getxattr, -- cgit