From 1ee65fe16f427c48d55856879f125d8e218a5823 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/3998 Tested-by: Gluster Build System Reviewed-by: Jeff Darcy 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/dht-rebalance.c') diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c index 2989d6a43..d31f8a012 100644 --- a/xlators/cluster/dht/src/dht-rebalance.c +++ b/xlators/cluster/dht/src/dht-rebalance.c @@ -1680,7 +1680,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