Module: kamailio
Branch: master
Commit: fc62ceeb6d625acda6952486031efa1fe2945768
URL:
https://github.com/kamailio/kamailio/commit/fc62ceeb6d625acda6952486031efa1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-07-22T15:34:48+02:00
sworker: docs - fixed small typo
---
Modified: src/modules/sworker/doc/sworker_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/fc62ceeb6d625acda6952486031efa1…
Patch:
https://github.com/kamailio/kamailio/commit/fc62ceeb6d625acda6952486031efa1…
---
diff --git a/src/modules/sworker/doc/sworker_admin.xml
b/src/modules/sworker/doc/sworker_admin.xml
index 9656ff1071..2110998f2f 100644
--- a/src/modules/sworker/doc/sworker_admin.xml
+++ b/src/modules/sworker/doc/sworker_admin.xml
@@ -109,7 +109,7 @@ request_route {
'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.
+ was a problem delegating the processing.
</para>
<para>
This function can be used from REQUEST_ROUTE|CORE_REPLY_ROUTE.