From 763d04016f94a32b74e163ecda840ed4114e3435 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 30 Jun 2017 10:58:33 -0400 Subject: core: assorted typos and spelling mistakes from Debian lintian Plus minor readability improvements. Reported-by: pmatthaei@debian.org master BUG: 1466785 master https://review.gluster.org/17660 release-3.11 BUG: 1466801 release-3.11 https://review.gluster.org/17661 Change-Id: I5393819a2fc9f240a19811143bb57b127df717cf BUG: 1466852 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: https://review.gluster.org/17663 Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Raghavendra Talur --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index d5f9fcf00a8..dac9d4eabfd 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -3176,10 +3176,11 @@ struct volopt_map_entry glusterd_volopt_map[] = { .value = "off", .type = DOC, .op_version = GD_OP_VERSION_3_10_0, - .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", -- cgit