Module: kamailio
Branch: 5.2
Commit: 0006886d1ceb7c705ad2d782a4b7316ccdda48af
URL:
https://github.com/kamailio/kamailio/commit/0006886d1ceb7c705ad2d782a4b7316…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on websocket module: Consecutives 'the'
---
Modified: src/modules/websocket/doc/websocket_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/0006886d1ceb7c705ad2d782a4b7316…
Patch:
https://github.com/kamailio/kamailio/commit/0006886d1ceb7c705ad2d782a4b7316…
---
diff --git a/src/modules/websocket/doc/websocket_admin.xml
b/src/modules/websocket/doc/websocket_admin.xml
index 35e0e626a6..7cc6e09069 100644
--- a/src/modules/websocket/doc/websocket_admin.xml
+++ b/src/modules/websocket/doc/websocket_admin.xml
@@ -695,7 +695,7 @@ ws_close(4000, "Because I say so");
When defined, the module calls
event_route[websocket:closed] when a connection
closes. The connection may be identified using the
- the $si and $sp pseudo-variables.
+ $si and $sp pseudo-variables.
</para>
<example>
<title><function
moreinfo="none">event_route[websocket:closed]</function>
usage</title>