Pārlūkot izejas kodu

siputils: typos a/an

Дилян Палаузов 2 gadi atpakaļ
vecāks
revīzija
18cbc0fa0a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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>