summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorVarun Shastry <vshastry@redhat.com>2012-09-03 10:40:36 +0530
committerAnand Avati <avati@redhat.com>2012-09-06 13:18:02 -0700
commit9c2fac537d04904b763fdf277355e9d856118f66 (patch)
tree94477681e6ff73bcd9a472b7a9de02fdbc4fe773 /xlators
parent632fdcaac9114282ecdaf1a88e3740565fda41c8 (diff)
mgmt/glusterd: Typo in the error message of the volume stop
Change-Id: I86e4fdb48d9b29789f3446b8c0925eb81cf220c9 BUG: 852999 Signed-off-by: Varun Shastry <vshastry@redhat.com> Reviewed-on: http://review.gluster.org/3892 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
index b81af262482..0c2671b2d86 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
@@ -897,8 +897,8 @@ glusterd_op_stage_stop_volume (dict_t *dict, char **op_errstr)
"for the volume %s ", volname);
snprintf (msg, sizeof(msg), GEOREP" sessions are active "
"for the volume '%s'.\nUse 'volume "GEOREP" "
- "status' command for more info. Use 'force'"
- "option to ignore and stop stop the volume",
+ "status' command for more info. Use 'force' "
+ "option to ignore and stop the volume.",
volname);
*op_errstr = gf_strdup (msg);
ret = -1;