summaryrefslogtreecommitdiffstats
path: root/tests/basic/logchecks.c
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/logchecks.c
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/logchecks.c')
-rw-r--r--tests/basic/logchecks.c4
1 files changed, 2 insertions, 2 deletions
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
+}