Browse Source

speeddial: Fix typos in module documentation

Florian Floimair 7 years ago
parent
commit
3753e1e1b7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/modules/speeddial/doc/speeddial_admin.xml

+ 3 - 3
src/modules/speeddial/doc/speeddial_admin.xml

@@ -16,7 +16,7 @@
 	<section>
 	<title>Overview</title>
 	<para>
-		This module provides on-server speed dial facilities. An user can store
+		This module provides on-server speed dial facilities. A user can store
 		records consisting of pairs short numbers (2 digits) and SIP addresses
 		into a table of &kamailio;. Then it can dial the two digits whenever it
 		wants to call the SIP address associated with them.
@@ -194,7 +194,7 @@ modparam("speeddial", "domain_prefix", "tel.")
 	<section>
 		<title><varname>use_domain</varname> (int)</title>
 		<para>
-		The parameter specifies wheter or not to use the domain when searching a
+		The parameter specifies whether or not to use the domain when searching a
 		speed dial record (0 - no domain, 1 - use domain from From URI,
 		2 - use both domains, from From URI and from request URI).
 		</para>
@@ -231,7 +231,7 @@ modparam("speeddial", "use_domain", 1)
 		</listitem>
 		<listitem>
 			<para><emphasis>owner</emphasis> - The SIP URI of the owner of
-			short dialing codes. If not pressent, URI of From header is used.
+			short dialing codes. If not present, URI of From header is used.
 			</para>
 		</listitem>
 		</itemizedlist>