浏览代码

usrloc: Fix typos in module documentation

Florian Floimair 7 年之前
父节点
当前提交
59dabc3ff4
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10 10
      src/modules/usrloc/doc/usrloc_admin.xml

+ 10 - 10
src/modules/usrloc/doc/usrloc_admin.xml

@@ -34,7 +34,7 @@
 		The SIP RFC 3261 publishes a matching algorithm based only on the
 		The SIP RFC 3261 publishes a matching algorithm based only on the
 		contact string with Call-id and Cseq extra checking (if the Call-ID
 		contact string with Call-id and Cseq extra checking (if the Call-ID
 		is the same, it must have a higher Cseq number, otherwise it is invalid).
 		is the same, it must have a higher Cseq number, otherwise it is invalid).
-		But as argumented above, this is not enough in NAT traversal context,
+		But as argued above, this is not enough in NAT traversal context,
 		so the &kamailio; implementation of contact matching offers more algorithms:
 		so the &kamailio; implementation of contact matching offers more algorithms:
 		</para>
 		</para>
 		<itemizedlist>
 		<itemizedlist>
@@ -73,7 +73,7 @@
 			</listitem>
 			</listitem>
 		</itemizedlist>
 		</itemizedlist>
 		<para>
 		<para>
-		To find out how to control/select the contact maching algorithm, please see the
+		To find out how to control/select the contact matching algorithm, please see the
 		module parameter matching_mode - <xref linkend="usrloc.p.matching_mode"/>.
 		module parameter matching_mode - <xref linkend="usrloc.p.matching_mode"/>.
 		</para>
 		</para>
 		</section>
 		</section>
@@ -540,7 +540,7 @@ modparam("usrloc", "partition_column", "part")
 		<title><varname>use_domain</varname> (integer)</title>
 		<title><varname>use_domain</varname> (integer)</title>
 		<para>
 		<para>
 		If the domain part of the user should be also saved and used for
 		If the domain part of the user should be also saved and used for
-		identifing the user (along with the username part). Useful in
+		identifying the user (along with the username part). Useful in
 		multi domain scenarios. Non 0 value means true.
 		multi domain scenarios. Non 0 value means true.
 		</para>
 		</para>
 		<para>
 		<para>
@@ -671,7 +671,7 @@ modparam("usrloc", "db_url", "&exampledb;")
 			more servers sharing the same DB without any replication at SIP
 			more servers sharing the same DB without any replication at SIP
 			level. The mode may be slower due the high number of DB operation.
 			level. The mode may be slower due the high number of DB operation.
 			For example NAT pinging is a killer since during each ping cycle
 			For example NAT pinging is a killer since during each ping cycle
-			all nated contact are loaded from the DB; The lack of memory
+			all natted contact are loaded from the DB; The lack of memory
 			caching also disable the statistics exports.
 			caching also disable the statistics exports.
 			</para>
 			</para>
 		</listitem>
 		</listitem>
@@ -948,7 +948,7 @@ modparam("usrloc", "db_check_update", 1)
 		<title><varname>timer_procs</varname> (string)</title>
 		<title><varname>timer_procs</varname> (string)</title>
 		<para>
 		<para>
 			Number of timer processes to be started by module. Timer processes
 			Number of timer processes to be started by module. Timer processes
-			take care of checking expired records and syncronization with
+			take care of checking expired records and synchronization with
 			database. If set to 0, no dedicated timer is started, the one from
 			database. If set to 0, no dedicated timer is started, the one from
 			core will be used.
 			core will be used.
 		</para>
 		</para>
@@ -1113,7 +1113,7 @@ modparam("usrloc", "db_raw_fetch_type", 1)
 			null fields (e.g., db_mongodb) for each stored record.
 			null fields (e.g., db_mongodb) for each stored record.
 		</para>
 		</para>
 		<para>
 		<para>
-			When set to 0, the fiels that default to null are not
+			When set to 0, the fields that default to null are not
 			added to the DB insert statement if they don't have a different
 			added to the DB insert statement if they don't have a different
 			value, making the query smaller.
 			value, making the query smaller.
 		</para>
 		</para>
@@ -1407,7 +1407,7 @@ modparam("usrloc", "rm_expired_delay", 30)
 		<title>users</title>
 		<title>users</title>
 			<para>
 			<para>
 			Number of AOR existing in the USRLOC memory cache for that domain
 			Number of AOR existing in the USRLOC memory cache for that domain
-			- can not be resetted; this statistic will be register for each
+			- can not be reset; this statistic will be register for each
 			used domain (Ex: location).
 			used domain (Ex: location).
 			</para>
 			</para>
 		</section>
 		</section>
@@ -1415,14 +1415,14 @@ modparam("usrloc", "rm_expired_delay", 30)
 		<title>contacts</title>
 		<title>contacts</title>
 			<para>
 			<para>
 			Number of contacts existing in the USRLOC memory cache for that
 			Number of contacts existing in the USRLOC memory cache for that
-			domain - can not be resetted; this statistic will be register for
+			domain - can not be reset; this statistic will be register for
 			each used domain (Ex: location).
 			each used domain (Ex: location).
 			</para>
 			</para>
 		</section>
 		</section>
 		<section id="usrloc.s.expires">
 		<section id="usrloc.s.expires">
 		<title>expires</title>
 		<title>expires</title>
 			<para>
 			<para>
-			Total number of expired contacts for that domain - can be resetted;
+			Total number of expired contacts for that domain - can be reset;
 			 this statistic will be register for each used domain
 			 this statistic will be register for each used domain
 			(Ex: location).
 			(Ex: location).
 			</para>
 			</para>
@@ -1431,7 +1431,7 @@ modparam("usrloc", "rm_expired_delay", 30)
 		<title>registered_users</title>
 		<title>registered_users</title>
 			<para>
 			<para>
 			Total number of AOR existing in the USRLOC memory cache for all
 			Total number of AOR existing in the USRLOC memory cache for all
-			domains - can not be resetted.
+			domains - can not be reset.
 			</para>
 			</para>
 		</section>
 		</section>
 	</section>
 	</section>