Module: kamailio
Branch: 5.5
Commit: 42b80a2cf0fa1b2e7192ade5844df670a49480ff
URL:
https://github.com/kamailio/kamailio/commit/42b80a2cf0fa1b2e7192ade5844df67…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-03-02T10:15:05+01:00
core: fixed comment typo
(cherry picked from commit c37ccdc6e3bad0af4644941a872f510c51936c58)
---
Modified: src/core/sr_module.h
---
Diff:
https://github.com/kamailio/kamailio/commit/42b80a2cf0fa1b2e7192ade5844df67…
Patch:
https://github.com/kamailio/kamailio/commit/42b80a2cf0fa1b2e7192ade5844df67…
---
diff --git a/src/core/sr_module.h b/src/core/sr_module.h
index 99c1dc1de1..df47e18965 100644
--- a/src/core/sr_module.h
+++ b/src/core/sr_module.h
@@ -154,7 +154,7 @@ typedef int (*param_func_t)( modparam_t type, void* val);
@warning child_init(PROC_MAIN) is again called
in the same process (main), but latter
(before tcp), so make sure you don't init things
- twice, bot in PROC_MAIN and PROC_INT */
+ twice, both in PROC_MAIN and PROC_INT */
#define PROC_NOCHLDINIT -128 /**< no child init functions will be called
if this rank is used in fork_process() */