diff options
author | Rahul C S <rahulcs@redhat.com> | 2012-02-23 16:51:59 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-03-05 10:57:09 -0800 |
commit | 347b4d48cba3cc1e00d40ec50e62497d65a27c84 (patch) | |
tree | fd92fb3184d38793e43719ec58ea6d1666b0c215 | |
parent | b7dc6b4df748d890d6b76c613f4911c4bd5947eb (diff) |
cli: Fix volume statedump cli output typo
Change-Id: I1363123d13fa4364e917344fdd928ac48b85326c
BUG: 796617
Signed-off-by: Rahul C S <rahulcs@redhat.com>
Reviewed-on: http://review.gluster.com/2807
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
-rw-r--r-- | cli/src/cli-rpc-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 34b37cfb4a7..e436024a98a 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -5576,7 +5576,7 @@ gf_cli3_1_statedump_volume_cbk (struct rpc_req *req, struct iovec *iov, if (rsp.op_ret) snprintf (msg, sizeof(msg), "%s", rsp.op_errstr); else - snprintf (msg, sizeof (msg), "Volume statedump sucessful"); + snprintf (msg, sizeof (msg), "Volume statedump successful"); #if (HAVE_LIB_XML) if (global_state->mode & GLUSTER_MODE_XML) { |