Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2022-01-19 22:44:42 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-19 22:44:42 +0300
commit09db04f1c6bcdb0d41ef5a389b5fe9349870c72d (patch)
tree5f60f5354ee3b60ec8a19f457737645b72f70783 /tests
parent6c2ad1b05aa86ada1e16ed5c47a8064e49bdb232 (diff)
.......PS. [ZBXNEXT-7411] include, comment fixes according to pr comments
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxeval/zbx_eval_execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libs/zbxeval/zbx_eval_execute.c b/tests/libs/zbxeval/zbx_eval_execute.c
index 1f65b10f4f8..97d58b01c1d 100644
--- a/tests/libs/zbxeval/zbx_eval_execute.c
+++ b/tests/libs/zbxeval/zbx_eval_execute.c
@@ -78,7 +78,7 @@ void zbx_mock_test_entry(void **state)
if (SUCCEED == expected_ret)
{
/* use custom epsilon for floating point values to account for */
- /* rounding differences with various sytems/libs */
+ /* rounding differences with various systems/libs */
if (ZBX_VARIANT_DBL == value.type)
{
double expected_value;