Module: kamailio Branch: master Commit: 6a4ab71566d9e7bb3da290c2d60b35e56923a705 URL: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e5...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-04-10T08:05:56+02:00
exec: typo
---
Modified: src/modules/exec/kill.c
---
Diff: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e5... Patch: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e5...
---
diff --git a/src/modules/exec/kill.c b/src/modules/exec/kill.c index dc6c0090e1a..98ceafe9cce 100644 --- a/src/modules/exec/kill.c +++ b/src/modules/exec/kill.c @@ -26,7 +26,7 @@ * Module: \ref exec * * in this file, we implement the ability to send a kill signal to - * a child after some time; its a quick ugly hack, for example kill + * a child after some time; it is a quick ugly hack, for example kill * is sent without any knowledge whether the kid is still alive * * also, it was never compiled without FAST_LOCK -- nothing will