瀏覽代碼

ruxc: typos

Дилян Палаузов 2 年之前
父節點
當前提交
286f0c764b
共有 1 個文件被更改,包括 4 次插入4 次删除
  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">
 		<title><varname>http_timeout</varname> (int)</title>
 		<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
 		time, redirects, and reading the response body. Slow DNS resolution
 		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">
 		<title><varname>http_timeout_connect</varname> (int)</title>
 		<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
 		library beneath has a default 30 seconds connect timeout.
 		</para>
@@ -113,7 +113,7 @@ modparam("ruxc", "http_timeout_connect", 2000)
 	<section id="ruxc.p.http_timeout_read">
 		<title><varname>http_timeout_read</varname> (int)</title>
 		<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.
 		</para>
 		<para>
@@ -136,7 +136,7 @@ modparam("ruxc", "http_timeout_read", 2000)
 	<section id="ruxc.p.http_timeout_write">
 		<title><varname>http_timeout_write</varname> (int)</title>
 		<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.
 		</para>
 		<para>