summaryrefslogtreecommitdiffstats
path: root/tests/basic/logchecks.c
diff options
context:
space:
mode:
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
+}