Browse Source

siputils: typos a/an

Дилян Палаузов 2 years ago
parent
commit
18cbc0fa0a
1 changed files with 2 additions and 2 deletions
  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>