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/zbxserver/expression.c')
-rw-r--r--src/libs/zbxserver/expression.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxserver/expression.c b/src/libs/zbxserver/expression.c
index 8c1cd12673e..033bfeef54e 100644
--- a/src/libs/zbxserver/expression.c
+++ b/src/libs/zbxserver/expression.c
@@ -5439,7 +5439,7 @@ static void process_user_macro_token(char **data, zbx_token_t *token, const stru
* Purpose: substitute lld macros in function macro parameters *
* *
* Parameters: data - [IN/OUT] pointer to a buffer *
- * token - [IN/OUT] the token with funciton macro location data *
+ * token - [IN/OUT] the token with function macro location data *
* jp_row - [IN] discovery data *
* error - [OUT] error message *
* max_error_len - [IN] the size of error buffer *