diff options
Diffstat (limited to 'api/src/glfs-mgmt.c')
| -rw-r--r-- | api/src/glfs-mgmt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-mgmt.c b/api/src/glfs-mgmt.c index f476ce14d54..4619061816c 100644 --- a/api/src/glfs-mgmt.c +++ b/api/src/glfs-mgmt.c @@ -240,7 +240,7 @@ mgmt_get_volinfo_cbk (struct rpc_req *req, struct iovec *iov,          if (-1 == req->rpc_status) {                  gf_msg (frame->this->name, GF_LOG_ERROR, EINVAL,                          API_MSG_INVALID_ENTRY, -                        "GET_VOLUME_INFO RPC call is not successfull"); +                        "GET_VOLUME_INFO RPC call is not successful");                  errno = EINVAL;                  ret = -1;                  goto out;  | 
