diff options
Diffstat (limited to 'glusterfsd/src')
-rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index cd72d32ca..661fe5414 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; |