Skip to content

Commit

Permalink
osp: typo be send → sent
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent b208f91 commit c5d73f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/osp/doc/osp_admin.xml
Expand Up @@ -370,7 +370,7 @@ if (prepareallosproute()) {
</section>
<section>
<title><function moreinfo="none">reportospusage()</function></title>
<para>This function should be called after receiving a BYE message. If the message contains an OSP cookie, the function will forward originating and/or terminating duration usage information to a peering server. The function returns TRUE if the BYE includes an OSP cookie. The actual usage message will be send on a different thread and will not delay BYE processing. The function should be called before relaying the message.</para>
<para>This function should be called after receiving a BYE message. If the message contains an OSP cookie, the function will forward originating and/or terminating duration usage information to a peering server. The function returns TRUE if the BYE includes an OSP cookie. The actual usage message will be sent on a different thread and will not delay BYE processing. The function should be called before relaying the message.</para>
<para>Meaning of the parameter is as follows:
<itemizedlist>
<listitem>
Expand Down

0 comments on commit c5d73f8

Please sign in to comment.