Selaa lähdekoodia

usrloc: typos a/an

Дилян Палаузов 2 vuotta sitten
vanhempi
commit
aeb5d17914

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

@@ -16,7 +16,7 @@
 	<section>
 	<section>
 	<title>Overview</title>
 	<title>Overview</title>
 	<para>
 	<para>
-		The User location module module keeps a user location table and
+		The User location module keeps a user location table and
 		provides access to the table for  other modules. The module exports no
 		provides access to the table for  other modules. The module exports no
 		functions that can  be used directly from routing scripts.
 		functions that can  be used directly from routing scripts.
 	</para>
 	</para>
@@ -1641,7 +1641,7 @@ modparam("usrloc", "db_clean_tcp", 1)
 		<function moreinfo="none">ul.add</function>
 		<function moreinfo="none">ul.add</function>
 		</title>
 		</title>
 		<para>
 		<para>
-		Adds a new contact for an user AOR.
+		Adds a new contact for a user AOR.
 		</para>
 		</para>
 		<para>Parameters: </para>
 		<para>Parameters: </para>
 		<itemizedlist>
 		<itemizedlist>

+ 1 - 1
src/modules/usrloc/hslot.c

@@ -72,7 +72,7 @@ void deinit_slot(hslot_t* _s)
 
 
 
 
 /*!
 /*!
- * \brief Add an element to an slot's linked list
+ * \brief Add an element to a slot's linked list
  * \param _s hash slot
  * \param _s hash slot
  * \param _r added record
  * \param _r added record
  */
  */

+ 1 - 1
src/modules/usrloc/ul_rpc.c

@@ -498,7 +498,7 @@ static void ul_rpc_rm_aor(rpc_t* rpc, void* ctx)
 }
 }
 
 
 static const char* ul_rpc_rm_aor_doc[2] = {
 static const char* ul_rpc_rm_aor_doc[2] = {
-	"Delete a address of record including its contacts",
+	"Delete an address of record including its contacts",
 	0
 	0
 };
 };
 
 

+ 1 - 1
src/modules/usrloc/usrloc_mod.c

@@ -35,7 +35,7 @@
  * The module keeps a user location table and provides access
  * The module keeps a user location table and provides access
  * to the table to other modules. The module exports no functions
  * to the table to other modules. The module exports no functions
  * that could be used directly from scripts, all access is done
  * that could be used directly from scripts, all access is done
- * over a API. A main user of this API is the registrar module.
+ * over an API. A main user of this API is the registrar module.
  * \see registrar
  * \see registrar
  */
  */