Skip to content

Commit

Permalink
uid_avp_db: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Jun 12, 2023
1 parent cf1834c commit 4774bcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/modules/uid_avp_db/avp_db.xml
Expand Up @@ -158,7 +158,7 @@
Allowed in request, reply, and failure processing.
</para>
<para>
The <function>unlock_extra_attrs()</function> function releaes the
The <function>unlock_extra_attrs()</function> function releases the
lock on the key given by the argument <symbol>key</symbol>
of the extra attribute group given by the argument
<symbol>group</symbol> previously imposed by a call to the function
Expand Down Expand Up @@ -342,7 +342,7 @@
<para>
Extra attribute groups are defined through the module parameter
<serdoc:modparam module="avp_db">attr_group</serdoc:modparam>. Each
occurence of the parameter defines a group. The value of the parameter
occurrence of the parameter defines a group. The value of the parameter
contains key/value pairs. Key and value are separated by an equals
sign, several pairs are separated by a comma.
</para>
Expand Down Expand Up @@ -539,7 +539,7 @@
<serdoc:fieldsql>VARCHAR(255)</serdoc:fieldsql>
</serdoc:fieldinfo>
<para>
The <varname>value</varname> field contans the value of the
The <varname>value</varname> field contains the value of the
attribute.
</para>
</listitem>
Expand Down Expand Up @@ -644,7 +644,7 @@
<serdoc:fieldsql>VARCHAR(255)</serdoc:fieldsql>
</serdoc:fieldinfo>
<para>
The <varname>value</varname> field contans the value of the
The <varname>value</varname> field contains the value of the
attribute.
</para>
</listitem>
Expand Down Expand Up @@ -724,7 +724,7 @@
<serdoc:fieldsql>VARCHAR(255)</serdoc:fieldsql>
</serdoc:fieldinfo>
<para>
The <varname>value</varname> field contans the value of the
The <varname>value</varname> field contains the value of the
attribute.
</para>
</listitem>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/uid_avp_db/extra_attrs.c
Expand Up @@ -465,7 +465,7 @@ int extra_attrs_fixup(void **param, int param_no)

gen_lock_t *locks = NULL; /* set of mutexes allocated in shared memory */
int lock_counters
[LOCK_CNT]; /* set of counters (each proces has its own counters) */
[LOCK_CNT]; /* set of counters (each process has its own counters) */

static int avpdb_post_script_cb(
struct sip_msg *msg, unsigned int flags, void *param)
Expand Down

0 comments on commit 4774bcf

Please sign in to comment.