Răsfoiți Sursa

Fix typo on websocket module: Consecutives 'the'

Jorge Vallecillo 5 ani în urmă
părinte
comite
5b2d73e67f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/modules/websocket/doc/websocket_admin.xml

+ 1 - 1
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>