Module: kamailio
Branch: master
Commit: c37ccdc6e3bad0af4644941a872f510c51936c58
URL:
https://github.com/kamailio/kamailio/commit/c37ccdc6e3bad0af4644941a872f510…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-02-25T09:13:46+01:00
core: fixed comment typo
---
Modified: src/core/sr_module.h
---
Diff:
https://github.com/kamailio/kamailio/commit/c37ccdc6e3bad0af4644941a872f510…
Patch:
https://github.com/kamailio/kamailio/commit/c37ccdc6e3bad0af4644941a872f510…
---
diff --git a/src/core/sr_module.h b/src/core/sr_module.h
index 33f4f00095..251be938b0 100644
--- a/src/core/sr_module.h
+++ b/src/core/sr_module.h
@@ -160,7 +160,7 @@ void ksr_module_set_flag(unsigned int flag);
@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() */