From 1c01e303c5176620583db10cb6f6783e61b8b3d1 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Sat, 20 Aug 2011 15:36:44 +0530 Subject: xlators/nfs: Fix a typo in option description Change-Id: Ibb888357b87603544f360d181637138261fb3b71 BUG: 3445 Reviewed-on: http://review.gluster.com/275 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/nfs/server/src/nfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 2495c6ecb83..fb664715218 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -957,10 +957,10 @@ struct volume_options options[] = { { .key = {"rpc.register-with-portmap"}, .type = GF_OPTION_TYPE_BOOL, .default_value = "on", - .description = "For systems that need to run multiple nfs servers, we" - "need to prevent more than one from registering with " + .description = "For systems that need to run multiple nfs servers, " + "only one registration is possible with " "portmap service. Use this option to turn off portmap " - "registration for Gluster NFS. On by default" + "registration for Gluster NFS. On by default." }, { .key = {"nfs.port"}, .type = GF_OPTION_TYPE_INT, -- cgit