From fe3fbdec4250f20a5d8d0e2fccf5c8396c85ed60 Mon Sep 17 00:00:00 2001 From: Varun Shastry Date: Tue, 25 Sep 2012 20:25:08 +0530 Subject: Fixed some general typing errors. Eg: changed recieved to received Change-Id: I360fcb99c97c8a0222e373fee20ea2fccfb938db BUG: 860543 Signed-off-by: Varun Shastry Reviewed-on: http://review.gluster.org/3999 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/dht/src/dht-rebalance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/dht/src') diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c index 47784b1795e..6ea2ffbdefc 100644 --- a/xlators/cluster/dht/src/dht-rebalance.c +++ b/xlators/cluster/dht/src/dht-rebalance.c @@ -1645,7 +1645,7 @@ gf_defrag_stop (gf_defrag_info_t *defrag, dict_t *output) goto out; } - gf_log ("", GF_LOG_INFO, "Recieved stop command on rebalance"); + gf_log ("", GF_LOG_INFO, "Received stop command on rebalance"); defrag->defrag_status = GF_DEFRAG_STATUS_STOPPED; if (output) -- cgit