summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2017-06-30 09:05:51 -0400
committerShyamsundar Ranganathan <srangana@redhat.com>2017-07-03 12:47:13 +0000
commita14475fa835289f956af652b6b73ddaeffd4bf18 (patch)
tree0dcc570a0871dc7ef5efcc69ada6e5618c7883f5 /xlators/mgmt/glusterd
parent89faa4661d1ef66a9f8fe3b79e26bf4505ab6c61 (diff)
core: assorted typos and spelling mistakes from Debian lintian
Plus minor readability improvements. Reported-by: pmatthaei@debian.org Change-Id: I5393819a2fc9f240a19811143bb57b127df717cf BUG: 1466785 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: https://review.gluster.org/17660 Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 8d315d606ba..629d18ff507 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -3345,10 +3345,11 @@ struct volopt_map_entry glusterd_volopt_map[] = {
.type = DOC,
.op_version = GD_OP_VERSION_3_10_0,
.validate_fn = validate_parallel_readdir,
- .description = "If this option is enabled, the readdir operation is "
- "performed parallely on all the bricks, thus improving"
- " the performance of readdir. Note that the performance"
- "improvement is higher in large clusters"
+ .description = "If this option is enabled, the readdir operation "
+ "is performed in parallel on all the bricks, thus "
+ "improving the performance of readdir. Note that "
+ "the performance improvement is higher in large "
+ "clusters"
},
{ .key = "performance.rda-request-size",
.voltype = "performance/readdir-ahead",