summaryrefslogtreecommitdiffstats
path: root/glusterfsd
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:20:20 -0700
commit1ee65fe16f427c48d55856879f125d8e218a5823 (patch)
tree694c0e7511db29934159f9bfc3c8203e29b5bc9e /glusterfsd
parent2c04db460276c9de666d7ddaffc031492a7de867 (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/3998 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r--glusterfsd/src/glusterfsd-mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c
index cd72d32ca7a..661fe5414b3 100644
--- a/glusterfsd/src/glusterfsd-mgmt.c
+++ b/glusterfsd/src/glusterfsd-mgmt.c
@@ -1702,7 +1702,7 @@ glusterfs_rebalance_event_notify_cbk (struct rpc_req *req, struct iovec *iov,
if (-1 == rsp.op_ret) {
gf_log (frame->this->name, GF_LOG_ERROR,
- "Recieved error (%s) from server",
+ "Received error (%s) from server",
strerror (rsp.op_errno));
ret = -1;
goto out;