From b05b77923903deb26e5b1bae52da46ff6c1c878e Mon Sep 17 00:00:00 2001 From: Sakshi Bansal Date: Fri, 30 Jan 2015 11:26:07 +0530 Subject: tests: fixing typo errors Change-Id: I8caab03531d74c64dcfa05c35a7daeee646cd2fa BUG: 1075417 Signed-off-by: Sakshi Bansal Reviewed-on: http://review.gluster.org/9507 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur Reviewed-on: http://review.gluster.org/9548 Tested-by: Vijay Bellur --- tests/basic/logchecks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/basic/logchecks.c') 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 +} -- cgit