diff --git a/src/modules/usrloc/doc/usrloc_admin.xml b/src/modules/usrloc/doc/usrloc_admin.xml index f2d2001689c..360a1be1474 100644 --- a/src/modules/usrloc/doc/usrloc_admin.xml +++ b/src/modules/usrloc/doc/usrloc_admin.xml @@ -16,7 +16,7 @@
Overview - 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 functions that can be used directly from routing scripts. @@ -1641,7 +1641,7 @@ modparam("usrloc", "db_clean_tcp", 1) ul.add - Adds a new contact for an user AOR. + Adds a new contact for a user AOR. Parameters: diff --git a/src/modules/usrloc/hslot.c b/src/modules/usrloc/hslot.c index 243165cc87e..9133997d36a 100644 --- a/src/modules/usrloc/hslot.c +++ b/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 _r added record */ diff --git a/src/modules/usrloc/ul_rpc.c b/src/modules/usrloc/ul_rpc.c index 6565b07d5c1..491f9134e97 100644 --- a/src/modules/usrloc/ul_rpc.c +++ b/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] = { - "Delete a address of record including its contacts", + "Delete an address of record including its contacts", 0 }; diff --git a/src/modules/usrloc/usrloc_mod.c b/src/modules/usrloc/usrloc_mod.c index 797c252b859..dc31c6f6eb7 100644 --- a/src/modules/usrloc/usrloc_mod.c +++ b/src/modules/usrloc/usrloc_mod.c @@ -35,7 +35,7 @@ * The module keeps a user location table and provides access * to the table to other modules. The module exports no functions * 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 */