[sr-dev] git:5.3:80ac3471: Fix typo on websocket module: Consecutives 'the'

Henning Westerholt hw at skalatan.de
Fri Oct 2 15:52:03 CEST 2020


Module: kamailio
Branch: 5.3
Commit: 80ac347186de2a655d59410981cfa60c0c525cc3
URL: https://github.com/kamailio/kamailio/commit/80ac347186de2a655d59410981cfa60c0c525cc3

Author: Jorge Vallecillo <jorgevallecilloc at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-10-02T13:51:46Z

Fix typo on websocket module: Consecutives 'the'

---

Modified: src/modules/websocket/doc/websocket_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/80ac347186de2a655d59410981cfa60c0c525cc3.diff
Patch: https://github.com/kamailio/kamailio/commit/80ac347186de2a655d59410981cfa60c0c525cc3.patch

---

diff --git a/src/modules/websocket/doc/websocket_admin.xml b/src/modules/websocket/doc/websocket_admin.xml
index 132ede160b..fc7ec0da8c 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>




More information about the sr-dev mailing list