Module: kamailio Branch: 5.5 Commit: fe4706dab8851834ecb604160146d9bbd223f247 URL: https://github.com/kamailio/kamailio/commit/fe4706dab8851834ecb604160146d9bb...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Henning Westerholt hw@gilawa.com Date: 2022-12-18T08:11:48Z
core: typo instaNces
(cherry picked from commit 9cff22564db3664faa7b4b5bef86f5f71ff87bc8) (cherry picked from commit b3b066b9f4164bdb7e502b42f522b42d3b6cce66)
---
Modified: src/core/cfg/cfg_struct.c Modified: src/core/cfg/cfg_struct.h
---
Diff: https://github.com/kamailio/kamailio/commit/fe4706dab8851834ecb604160146d9bb... Patch: https://github.com/kamailio/kamailio/commit/fe4706dab8851834ecb604160146d9bb...
---
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 e03024e7006..0864a93fa5f 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);