2
0
Дилян Палаузов 2 жил өмнө
parent
commit
9cff22564d

+ 1 - 1
src/core/cfg/cfg_struct.c

@@ -1099,7 +1099,7 @@ error:
  * 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)
 {

+ 1 - 1
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);