Module: kamailio
Branch: 5.5
Commit: 044a2e665ce5612980b203c705f75ee786be5316
URL:
https://github.com/kamailio/kamailio/commit/044a2e665ce5612980b203c705f75ee…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-07-29T10:40:06+02:00
sworker: docs - fixed small typo
(cherry picked from commit fc62ceeb6d625acda6952486031efa1fe2945768)
---
Modified: src/modules/sworker/doc/sworker_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/044a2e665ce5612980b203c705f75ee…
Patch:
https://github.com/kamailio/kamailio/commit/044a2e665ce5612980b203c705f75ee…
---
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.