Дилян Палаузов 2 lat temu
rodzic
commit
286f0c764b
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/modules/ruxc/doc/ruxc_admin.xml

+ 4 - 4
src/modules/ruxc/doc/ruxc_admin.xml

@@ -61,7 +61,7 @@
 	<section id="ruxc.p.http_timeout">
 	<section id="ruxc.p.http_timeout">
 		<title><varname>http_timeout</varname> (int)</title>
 		<title><varname>http_timeout</varname> (int)</title>
 		<para>
 		<para>
-		The interval in miliseconds after which the HTTP GET or POST query
+		The interval in milliseconds after which the HTTP GET or POST query
 		times out. It is the overall timeout, including DNS resolution, connecting
 		times out. It is the overall timeout, including DNS resolution, connecting
 		time, redirects, and reading the response body. Slow DNS resolution
 		time, redirects, and reading the response body. Slow DNS resolution
 		may cause a request to exceed the timeout, because the DNS request
 		may cause a request to exceed the timeout, because the DNS request
@@ -89,7 +89,7 @@ modparam("ruxc", "http_timeout", 2000)
 	<section id="ruxc.p.http_timeout_connect">
 	<section id="ruxc.p.http_timeout_connect">
 		<title><varname>http_timeout_connect</varname> (int)</title>
 		<title><varname>http_timeout_connect</varname> (int)</title>
 		<para>
 		<para>
-		The interval in miliseconds after which to give up on connecting to the
+		The interval in milliseconds after which to give up on connecting to the
 		HTTP/S server. If http_timeout is set, this one takes precedence. The
 		HTTP/S server. If http_timeout is set, this one takes precedence. The
 		library beneath has a default 30 seconds connect timeout.
 		library beneath has a default 30 seconds connect timeout.
 		</para>
 		</para>
@@ -113,7 +113,7 @@ modparam("ruxc", "http_timeout_connect", 2000)
 	<section id="ruxc.p.http_timeout_read">
 	<section id="ruxc.p.http_timeout_read">
 		<title><varname>http_timeout_read</varname> (int)</title>
 		<title><varname>http_timeout_read</varname> (int)</title>
 		<para>
 		<para>
-		The interval in miliseconds after which the read on HTTP/S connection
+		The interval in milliseconds after which the read on HTTP/S connection
 		socket timeouts. If http_timeout is set, it takes precedence.
 		socket timeouts. If http_timeout is set, it takes precedence.
 		</para>
 		</para>
 		<para>
 		<para>
@@ -136,7 +136,7 @@ modparam("ruxc", "http_timeout_read", 2000)
 	<section id="ruxc.p.http_timeout_write">
 	<section id="ruxc.p.http_timeout_write">
 		<title><varname>http_timeout_write</varname> (int)</title>
 		<title><varname>http_timeout_write</varname> (int)</title>
 		<para>
 		<para>
-		The interval in miliseconds after which the write on HTTP/S connection
+		The interval in milliseconds after which the write on HTTP/S connection
 		socket timeouts. If http_timeout is set, it takes precedence.
 		socket timeouts. If http_timeout is set, it takes precedence.
 		</para>
 		</para>
 		<para>
 		<para>