Module: kamailio Branch: 5.6 Commit: b3b066b9f4164bdb7e502b42f522b42d3b6cce66 URL: https://github.com/kamailio/kamailio/commit/b3b066b9f4164bdb7e502b42f522b42d...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Henning Westerholt hw@gilawa.com Date: 2022-12-18T08:10:52Z
core: typo instaNces
(cherry picked from commit 9cff22564db3664faa7b4b5bef86f5f71ff87bc8)
---
Modified: src/core/cfg/cfg_struct.c Modified: src/core/cfg/cfg_struct.h
---
Diff: https://github.com/kamailio/kamailio/commit/b3b066b9f4164bdb7e502b42f522b42d... Patch: https://github.com/kamailio/kamailio/commit/b3b066b9f4164bdb7e502b42f522b42d...
---
diff --git a/src/core/cfg/cfg_struct.c b/src/core/cfg/cfg_struct.c index 49a885d8af6..94e5b2a5b9c 100644 --- a/src/core/cfg/cfg_struct.c +++ b/src/core/cfg/cfg_struct.c @@ -1099,7 +1099,7 @@ static int apply_add_var_list(cfg_block_t *block, cfg_group_t *group) * Both parameters can be NULL meaning that the src/dst config is the default, * not an additional group instance. * The function executes all the per-child process callbacks which are different - * in the two instaces. + * in the two instances. */ void cfg_move_handle(cfg_group_t *group, cfg_group_inst_t *src_ginst, cfg_group_inst_t *dst_ginst) { diff --git a/src/core/cfg/cfg_struct.h b/src/core/cfg/cfg_struct.h index 03f38f322de..e789cf80282 100644 --- a/src/core/cfg/cfg_struct.h +++ b/src/core/cfg/cfg_struct.h @@ -299,7 +299,7 @@ static inline void cfg_child_cb_free_item(cfg_child_cb_t *cb) * Both parameters can be NULL meaning that the src/dst config is the default, * not an additional group instance. * The function executes all the per-child process callbacks which are different - * in the two instaces. + * in the two instances. */ void cfg_move_handle(cfg_group_t *group, cfg_group_inst_t *src_ginst, cfg_group_inst_t *dst_ginst);