summaryrefslogtreecommitdiffstats
path: root/tests/basic
diff options
context:
space:
mode:
authorSakshi Bansal <sabansal@redhat.com>2015-01-30 11:26:07 +0530
committerVijay Bellur <vbellur@redhat.com>2015-02-02 12:28:16 -0800
commitb05b77923903deb26e5b1bae52da46ff6c1c878e (patch)
treef001df70345e1d2c79510ac7c7d75446085ffafb /tests/basic
parent95f1787639046de2a4e4b2d38dd66011d4df08a2 (diff)
tests: fixing typo errors
Change-Id: I8caab03531d74c64dcfa05c35a7daeee646cd2fa BUG: 1075417 Signed-off-by: Sakshi Bansal <sabansal@redhat.com> Reviewed-on: http://review.gluster.org/9507 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/9548 Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/basic')
-rw-r--r--tests/basic/afr/split-brain-healing.t2
-rw-r--r--tests/basic/logchecks.c4
-rwxr-xr-xtests/basic/quota.t4
-rwxr-xr-xtests/basic/rpm.t2
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/basic/afr/split-brain-healing.t b/tests/basic/afr/split-brain-healing.t
index 1dc317df8dd..bed33727a22 100644
--- a/tests/basic/afr/split-brain-healing.t
+++ b/tests/basic/afr/split-brain-healing.t
@@ -156,7 +156,7 @@ EXPECT "0" echo $?
$CLI volume heal $V0 split-brain source-brick $H0:$B0/${V0}3
EXPECT "0" echo $?
-############### Reading the files should now suceed. ###############################
+############### Reading the files should now succeed. ###############################
TEST cat file1
TEST cat file2
TEST cat file3
diff --git a/tests/basic/logchecks.c b/tests/basic/logchecks.c
index 4f858a7fc07..58b57003640 100644
--- a/tests/basic/logchecks.c
+++ b/tests/basic/logchecks.c
@@ -147,7 +147,7 @@ main (int argc, char *argv[])
gf_msg ("logchecks", GF_LOG_CRITICAL, 0, logchecks_msg_5);
gf_msg ("logchecks", GF_LOG_ALERT, 0, logchecks_msg_11);
- /* TEST 4: Check flush, nothing noticable should occur :) */
+ /* TEST 4: Check flush, nothing noticeable should occur :) */
gf_msg ("logchecks", GF_LOG_ALERT, 0, logchecks_msg_11);
gf_log_flush ();
gf_msg ("logchecks", GF_LOG_CRITICAL, 0, logchecks_msg_6);
@@ -205,4 +205,4 @@ main (int argc, char *argv[])
unlink (TEST_FILENAME);
return 0;
-} \ No newline at end of file
+}
diff --git a/tests/basic/quota.t b/tests/basic/quota.t
index 25a5fbfd4a3..47ea832e5e4 100755
--- a/tests/basic/quota.t
+++ b/tests/basic/quota.t
@@ -116,7 +116,7 @@ EXPECT "150.0MB" hard_limit "/test_dir/in_test_dir";
###################################################
## ------------------------------------------------
-## <Test quota functionality in add-brick senarios>
+## <Test quota functionality in add-brick scenarios>
## ------------------------------------------------
###################################################
QUOTALIMIT=100
@@ -188,7 +188,7 @@ TEST getfattr -d -m "trusted.glusterfs.quota.limit-set" -e hex \
--absolute-names $B0/brick{3,4};
## -------------------------------------------------
-## </Test quota functionality in add-brick senarios>
+## </Test quota functionality in add-brick scenarios>
## -------------------------------------------------
EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $N0
diff --git a/tests/basic/rpm.t b/tests/basic/rpm.t
index bbe3f464477..e5da49bb7e0 100755
--- a/tests/basic/rpm.t
+++ b/tests/basic/rpm.t
@@ -108,7 +108,7 @@ ${MOCK_CMD}
EOF
chmod +x mock-${EPEL_RELEASE}.sh
- # root can not run 'mock', it needs to drop priviledges
+ # root can not run 'mock', it needs to drop privileges
if (groups | grep -q mock)
then
# the current user is in group 'mock'