Skip to content

Commit

Permalink
msilo: 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 9512b0e commit 3a630f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/msilo/doc/msilo_admin.xml
Expand Up @@ -22,7 +22,7 @@
messages.
</para>
<para>
For each message, the modules stores <quote>Request-URI</quote>
For each message, the module stores <quote>Request-URI</quote>
(<quote>R-URI</quote>) only if it is a complete address of record
(<quote>username@hostname</quote>), &uri; from <quote>To</quote>
header, &uri; from <quote>From</quote> header, incoming time,
Expand Down Expand Up @@ -561,7 +561,7 @@ modparam("msilo", "use_contact", 0)
<title><varname>snd_time_avp</varname> (str)</title>
<para>
The name of an AVP which may contain the time when to sent
the received message as reminder.The AVP is used ony by m_store().
the received message as reminder. The AVP is used ony by m_store().
</para>
<para>
If the parameter is not set, the module does not look for this AVP. If
Expand Down
2 changes: 1 addition & 1 deletion src/modules/msilo/msilo.c
Expand Up @@ -1604,7 +1604,7 @@ int check_message_support(struct sip_msg* msg)
}
}

/* no positivie expires header */
/* no positive expires header */
if(posexp==0)
return -1;

Expand Down

0 comments on commit 3a630f4

Please sign in to comment.