summaryrefslogtreecommitdiffstats
path: root/tests/cluster.rc
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2017-06-01 06:56:22 -0400
committerNiels de Vos <ndevos@redhat.com>2017-06-02 11:50:43 +0000
commit07fd39479bdd6502f7781894be06eb66aaa8ef10 (patch)
treed86e95a8a39d5a223c09778ef8a0b329904089b7 /tests/cluster.rc
parent244daeb77b159c96fd7ecaac7eb1bea7b4bac23a (diff)
core: fix spelling errors
fixes for various minor spelling errors and typos Reported-by: Patrick Matthäi <pmatthaei@debian.org> Change-Id: Ic1be36f82e3d822bbdc9559878bd79520fc0fcd5 BUG: 1457808 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: https://review.gluster.org/17442 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Niels de Vos <ndevos@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/cluster.rc')
-rw-r--r--tests/cluster.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cluster.rc b/tests/cluster.rc
index 48071647260..cd71e6494e8 100644
--- a/tests/cluster.rc
+++ b/tests/cluster.rc
@@ -141,8 +141,8 @@ function peer_count() {
}
function cluster_rebalance_status_field {
- #The rebalance status can be upto 3 words, (ex:'fix-layout in progress'), hence the awk-print $7 thru $9.
- #But if the status is less than 3 words, it also prints the next field i.e the run_time_in_secs.(ex:'completed 3.00').
+ #The rebalance status can be up to 3 words, (e.g.:'fix-layout in progress'), hence the awk-print $7 thru $9.
+ #But if the status is less than 3 words, it also prints the next field i.e the run_time_in_secs.(e.g.:'completed 3.00').
#So we trim the numbers out with `tr`. Finally remove the trailing white spaces with sed. What we get is one of the
#strings in the 'cli_vol_task_status_str' char array of cli-rpc-ops.c