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
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_server/preprocessor/linked_list.c')
-rw-r--r--src/zabbix_server/preprocessor/linked_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/preprocessor/linked_list.c b/src/zabbix_server/preprocessor/linked_list.c
index cfbf45b9db1..bfaa1cb8db0 100644
--- a/src/zabbix_server/preprocessor/linked_list.c
+++ b/src/zabbix_server/preprocessor/linked_list.c
@@ -301,7 +301,7 @@ void zbx_list_iterator_clear(zbx_list_iterator_t *iterator)
* iterator2 - [IN] second list iterator *
* *
* Return value: SUCCEED is returned if both iterator point at the same item, *
- * FAIL otheriwse. *
+ * FAIL otherwise. *
* *
******************************************************************************/
int zbx_list_iterator_equal(const zbx_list_iterator_t *iterator1, const zbx_list_iterator_t *iterator2)