diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2017-06-01 06:56:22 -0400 |
---|---|---|
committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2017-06-13 14:34:34 +0000 |
commit | cac435fa282fc1b6be4a09e5869e0181538c9e43 (patch) | |
tree | 5bd4d48f56f927acda658bd88812d64153c45a4a /tests | |
parent | a8afcbea56fdf51246c82590899e0853e83424fb (diff) |
core: fix spelling errors
fixes for various minor spelling errors and typos
master BUG: 1457808
master: https://review.gluster.org/17442
Reported-by: Patrick Matthäi <pmatthaei@debian.org>
Change-Id: Ic1be36f82e3d822bbdc9559878bd79520fc0fcd5
BUG: 1459090
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: https://review.gluster.org/17475
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/basic/gfapi/gfapi-ssl-test.t | 2 | ||||
-rwxr-xr-x | tests/bugs/distribute/bug-915554.t | 2 | ||||
-rw-r--r-- | tests/cluster.rc | 4 | ||||
-rw-r--r-- | tests/volume.rc | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/basic/gfapi/gfapi-ssl-test.t b/tests/basic/gfapi/gfapi-ssl-test.t index 3236625357d..937fcc83a4c 100755 --- a/tests/basic/gfapi/gfapi-ssl-test.t +++ b/tests/basic/gfapi/gfapi-ssl-test.t @@ -55,7 +55,7 @@ TEST $CLI volume delete $V0 cleanup; -# NetBSD build scripts are not upto date therefore this test +# NetBSD build scripts are not up to date therefore this test # is failing in NetBSD. Therefore skipping the test in NetBSD # as of now. #G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=000000 diff --git a/tests/bugs/distribute/bug-915554.t b/tests/bugs/distribute/bug-915554.t index 5caf4834b8c..1f59008c56f 100755 --- a/tests/bugs/distribute/bug-915554.t +++ b/tests/bugs/distribute/bug-915554.t @@ -59,7 +59,7 @@ done TEST $CLI volume rebalance $V0 start force -# check if rebalance has completed for upto 15 secs +# check if rebalance has completed for up to 15 secs EXPECT_WITHIN $REBALANCE_TIMEOUT "0" rebalance_completed 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 diff --git a/tests/volume.rc b/tests/volume.rc index c30c5fd2ea7..10fbba4eea0 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -73,8 +73,8 @@ function rebalance_status_field { } function fix-layout_status_field { - #The fix-layout status can be upto 3 words, (ex:'fix-layout in progress'), hence the awk-print $2 thru $4. - #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 fix-layout status can be up to 3 words, (ex:'fix-layout in progress'), hence the awk-print $2 thru $4. + #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 |