Skip to content

Commit

Permalink
cplc: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 84876ec commit 972176b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/cplc/cpl_proxy.h
Expand Up @@ -104,7 +104,7 @@ static inline int add_contacts_to_loc_set(struct sip_msg* msg,
}
}

/* extract from contact header the all the addresses */
/* extract from contact header all the addresses */
if (parse_contact( msg->contact )!=0) {
LM_ERR("unable to parse Contact hdr!\n");
goto error;
Expand Down
4 changes: 2 additions & 2 deletions src/modules/cplc/doc/cplc_admin.xml
Expand Up @@ -486,7 +486,7 @@ modparam("cplc","ignore3xx",1)
<title>Functions</title>
<section id="cplc.f.cpl_run_script">
<title>
<function moreinfo="none">cpl_run_script(type,mode, [uri])</function>
<function moreinfo="none">cpl_run_script(type, mode[, uri])</function>
</title>
<para>
Starts the execution of the CPL script. The user name is
Expand Down Expand Up @@ -535,7 +535,7 @@ modparam("cplc","ignore3xx",1)
<para>
<emphasis>IS_STATEFUL</emphasis> - the current INVITE has
already a transaction associated. All signaling operations
(replies or proxy) will be done in stateful way.So, if
(replies or proxy) will be done in stateful way. So, if
the function returns, will be in stateful mode.
</para>
</listitem>
Expand Down

0 comments on commit 972176b

Please sign in to comment.