diff options
author | James Shubin <james@shubin.ca> | 2013-12-21 03:35:37 -0500 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-23 10:12:41 -0800 |
commit | 879be836145f1d0b4bc381e7416ca8bd0811b718 (patch) | |
tree | f4d0e63b67c578bbb7077bdc8b3c97b62d7f5a83 /xlators/cluster | |
parent | 1cc90698094f9483ee8b9731aef96e1a777a7887 (diff) |
Fix typos, and spacing issues.
Change-Id: I459ba4e87e9bc4f1c373f7abe8701bfa8450253c
BUG: 1045690
Signed-off-by: James Shubin <james@shubin.ca>
Reviewed-on: http://review.gluster.org/6556
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/afr/src/afr.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index 34417a15876..b43fde47d6d 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -584,8 +584,8 @@ struct volume_options options[] = { { .key = {"choose-local" }, .type = GF_OPTION_TYPE_BOOL, .default_value = "true", - .description = "Choose a local subvolume(i.e. Brick) to read from if " - "read-subvolume is not explicitly set.", + .description = "Choose a local subvolume (i.e. Brick) to read from" + " if read-subvolume is not explicitly set.", }, { .key = {"favorite-child"}, .type = GF_OPTION_TYPE_XLATOR, @@ -695,7 +695,7 @@ struct volume_options options[] = { .description = "Lock phase of a transaction has two sub-phases. " "First is an attempt to acquire locks in parallel by " "broadcasting non-blocking lock requests. If lock " - "aquistion fails on any server, then the held locks " + "acquisition fails on any server, then the held locks " "are unlocked and revert to a blocking locked mode " "sequentially on one server after another. If this " "option is enabled the initial broadcasting lock " @@ -711,16 +711,15 @@ struct volume_options options[] = { "arrives before the unlock phase of the \"optimized\" " "transaction, that in turn \"takes over\" the lock as " "well. The actual unlock now happens at the end of " - "the last \"optimzed\" transaction." + "the last \"optimized\" transaction." }, { .key = {"self-heal-daemon"}, .type = GF_OPTION_TYPE_BOOL, .default_value = "off", .description = "This option applies to only self-heal-daemon. " - "Index directory crawl and automatic healing of files" - " will not be performed if this option is turned" - " off." + "Index directory crawl and automatic healing of files " + "will not be performed if this option is turned off." }, { .key = {"iam-self-heal-daemon"}, .type = GF_OPTION_TYPE_BOOL, |