Skip to content

Commit

Permalink
corex: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Apr 10, 2023
1 parent d251ec9 commit e8ada7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/corex/corex_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ static int ki_has_ruri_user(sip_msg_t *msg)
if(msg==NULL)
return -1;

if(msg->first_line.type == SIP_REPLY) /* REPLY doesnt have a ruri */
if(msg->first_line.type == SIP_REPLY) /* REPLY doesn't have a ruri */
return -1;

if(msg->parsed_uri_ok==0 /* R-URI not parsed*/ && parse_sip_msg_uri(msg)<0) {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/corex/doc/corex_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ setxflag("$var(flag)");
<section id="corex.f.isxflagset">
<title><function moreinfo="none">isxflagset(flag)</function></title>
<para>
Return true of the extended message (transaction) flag is set.
Return true if the extended message (transaction) flag is set.
</para>
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
Expand Down

0 comments on commit e8ada7c

Please sign in to comment.