From cf93317b4252fbae7bbc640dcc150fc52e5a196e Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Thu, 29 Jul 2021 10:46:31 +0200 Subject: [PATCH] modules: readme files regenerated - modules ... [skip ci] --- src/modules/sworker/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sworker/README b/src/modules/sworker/README index 241b077ab62..c5d571a179f 100644 --- a/src/modules/sworker/README +++ b/src/modules/sworker/README @@ -115,7 +115,7 @@ request_route { that, 'drop' must be used so processing of the message does not continue to request_route or reply_route in the same process, it is going to be done by the delegated group of workers. It returns -1 - (false) in case there was a proble delegating the processing. + (false) in case there was a problem delegating the processing. This function can be used from REQUEST_ROUTE|CORE_REPLY_ROUTE.