Skip to content

Commit

Permalink
usrloc: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 3559be3 commit aeb5d17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/modules/usrloc/doc/usrloc_admin.xml
Expand Up @@ -16,7 +16,7 @@
<section>
<title>Overview</title>
<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
functions that can be used directly from routing scripts.
</para>
Expand Down Expand Up @@ -1641,7 +1641,7 @@ modparam("usrloc", "db_clean_tcp", 1)
<function moreinfo="none">ul.add</function>
</title>
<para>
Adds a new contact for an user AOR.
Adds a new contact for a user AOR.
</para>
<para>Parameters: </para>
<itemizedlist>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/usrloc/hslot.c
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/modules/usrloc/ul_rpc.c
Expand Up @@ -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
};

Expand Down
2 changes: 1 addition & 1 deletion src/modules/usrloc/usrloc_mod.c
Expand Up @@ -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
*/

Expand Down

0 comments on commit aeb5d17

Please sign in to comment.