From 1c6ab3420b3b04eaf095098b614720b4e12ff498 Mon Sep 17 00:00:00 2001 From: vmallika Date: Tue, 4 Nov 2014 17:32:18 +0530 Subject: uss/gluster: Fix typo error in the description for USS under "gluster volume set help" gluster volume set help for uss shows "User Servicable Snapshots" whereas it should be "User Serviceable Snapshots" Change-Id: I3cc8b3ea2cb6d209e1a12678eb7d0e68f4160d99 BUG: 1160236 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/9041 Reviewed-by: Raghavendra Bhat Tested-by: Gluster Build System Reviewed-by: Rajesh Joseph Reviewed-by: Krishnan Parthasarathi Tested-by: Krishnan Parthasarathi --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index edaee780c96..36222b9cf75 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1140,7 +1140,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { .op_version = GD_OP_VERSION_3_6_0, .value = "off", .flags = OPT_FLAG_CLIENT_OPT | OPT_FLAG_XLATOR_OPT, - .description = "Enable/Disable User Servicable Snapshots on the " + .description = "enable/disable User Serviceable Snapshots on the " "volume." }, -- cgit