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/libs/zbxconf/cfg.c')
-rw-r--r--src/libs/zbxconf/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxconf/cfg.c b/src/libs/zbxconf/cfg.c
index 1cc3e10ab9d..5e45db03759 100644
--- a/src/libs/zbxconf/cfg.c
+++ b/src/libs/zbxconf/cfg.c
@@ -586,7 +586,7 @@ int check_cfg_feature_str(const char *parameter, const char *value, const char *
* Function: zbx_set_data_destination_hosts *
* *
* Purpose: parse "ServerActive' parameter value and set destination servers *
- * using a calback function *
+ * using a callback function *
* *
******************************************************************************/
void zbx_set_data_destination_hosts(char *active_hosts, add_serveractive_host_f cb)