From 9c2fac537d04904b763fdf277355e9d856118f66 Mon Sep 17 00:00:00 2001 From: Varun Shastry Date: Mon, 3 Sep 2012 10:40:36 +0530 Subject: mgmt/glusterd: Typo in the error message of the volume stop Change-Id: I86e4fdb48d9b29789f3446b8c0925eb81cf220c9 BUG: 852999 Signed-off-by: Varun Shastry Reviewed-on: http://review.gluster.org/3892 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c index b81af2624..0c2671b2d 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; -- cgit