Module: kamailio
Branch: 5.5
Commit: cf93317b4252fbae7bbc640dcc150fc52e5a196e
URL:
https://github.com/kamailio/kamailio/commit/cf93317b4252fbae7bbc640dcc150fc…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: The Root <root(a)kamailio.org>
Date: 2021-08-20T10:01:16+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/sworker/README
---
Diff:
https://github.com/kamailio/kamailio/commit/cf93317b4252fbae7bbc640dcc150fc…
Patch:
https://github.com/kamailio/kamailio/commit/cf93317b4252fbae7bbc640dcc150fc…
---
diff --git a/src/modules/sworker/README b/src/modules/sworker/README
index 241b077ab6..c5d571a179 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.