summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-rebalance.c
diff options
context:
space:
mode:
authorVarun Shastry <vshastry@redhat.com>2012-09-25 20:25:08 +0530
committerVijay Bellur <vbellur@redhat.com>2012-09-27 11:22:34 -0700
commitfe3fbdec4250f20a5d8d0e2fccf5c8396c85ed60 (patch)
treeb194edd1ad33f1d3a1aff87348e56e6d2654f647 /xlators/cluster/dht/src/dht-rebalance.c
parent517a9d2450c4de6229d2b699a2ffd9102c3488c9 (diff)
Fixed some general typing errors.
Eg: changed recieved to received Change-Id: I360fcb99c97c8a0222e373fee20ea2fccfb938db BUG: 860543 Signed-off-by: Varun Shastry <vshastry@redhat.com> Reviewed-on: http://review.gluster.org/3999 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-rebalance.c')
-rw-r--r--xlators/cluster/dht/src/dht-rebalance.c2
1 files changed, 1 insertions, 1 deletions
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)