Skip to content

Commit

Permalink
rr: 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 67d8b44 commit c58a6ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/modules/rr/doc/rr_admin.xml
Expand Up @@ -43,7 +43,7 @@
header will be used - Record-Route parameters mirroring are reinforced by
RFC 3261 (see 12.1.1 UAS behavior).</para>

<para>For this purpose, the modules offers the following functions:</para>
<para>For this purpose, the module offers the following functions:</para>

<itemizedlist>
<listitem>
Expand Down
10 changes: 5 additions & 5 deletions src/modules/rr/doc/rr_devel.xml
Expand Up @@ -94,7 +94,7 @@ record_route_advertised_address("1.2.3.4:5090");

<section>
<title>
<function moreinfo="none">add_rr_param( msg, param)</function>
<function moreinfo="none">add_rr_param(msg, param)</function>
</title>
<para>
Adds a parameter to the requests's Record-Route URI (param must be in
Expand Down Expand Up @@ -122,7 +122,7 @@ record_route_advertised_address("1.2.3.4:5090");

<section>
<title>
<function moreinfo="none">check_route_param( msg, re)</function>
<function moreinfo="none">check_route_param(msg, re)</function>
</title>
<para>
The function checks for the request <quote>msg</quote> if the URI
Expand Down Expand Up @@ -150,7 +150,7 @@ record_route_advertised_address("1.2.3.4:5090");

<section>
<title>
<function moreinfo="none">is_direction( msg, dir)</function>
<function moreinfo="none">is_direction(msg, dir)</function>
</title>
<para>
The function checks the flow direction of the request
Expand Down Expand Up @@ -182,7 +182,7 @@ record_route_advertised_address("1.2.3.4:5090");

<section>
<title>
<function moreinfo="none">get_route_param( msg, name, val)</function>
<function moreinfo="none">get_route_param(msg, name, val)</function>
</title>
<para>
The function search in to the <quote>msg</quote>'s Route header
Expand Down Expand Up @@ -217,7 +217,7 @@ record_route_advertised_address("1.2.3.4:5090");

<section>
<title>
<function moreinfo="none">register_rrcb( callback, param)</function>
<function moreinfo="none">register_rrcb(callback, param)</function>
</title>
<para>
The function register a new callback (along with its parameter). The
Expand Down

0 comments on commit c58a6ec

Please sign in to comment.