浏览代码

siputils: typos a/an

Дилян Палаузов 2 年之前
父节点
当前提交
18cbc0fa0a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/siputils/doc/siputils_admin.xml

+ 2 - 2
src/modules/siputils/doc/siputils_admin.xml

@@ -269,7 +269,7 @@ modparam("siputils", "e164_max_len", 20)
 		</title>
 		<para>
 			This function checks if the request method is OPTIONS and
-			if the request URI does not contain an username. If both
+			if the request URI does not contain a username. If both
 			is true the request will be answered stateless with 
 			<quote>200 OK</quote> and the capabilities from the modules
 			parameters.
@@ -283,7 +283,7 @@ modparam("siputils", "e164_max_len", 20)
 			optional because it is also done by the function itself. But
 			you should not call this function outside the myself check
 			because in this case the function could answer OPTIONS requests
-			which are sent to you as outbound proxy but with an other
+			which are sent to you as outbound proxy but with another
 			destination then your proxy (this check is currently missing
 			in the function).
 		</para>