Skip to content

Commit

Permalink
nat_traversal: Fix typos in module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ffloimair authored and miconda committed Feb 28, 2018
1 parent e6a3062 commit 99fc644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/nat_traversal/doc/nat_traversal_admin.xml
Expand Up @@ -509,7 +509,7 @@ modparam("nat_traversal", "keepalive_state_file", "/var/run/kamailio/keepalive_s
<para>
Check if the client is behind NAT. What tests are performed is
specified by the type parameter which is an integer given by the sum
of the numbers corresponsing to the tests that one wishes to perform.
of the numbers corresponding to the tests that one wishes to perform.
The numbers corresponding to individual tests are shown below:
</para>

Expand Down Expand Up @@ -561,7 +561,7 @@ if (client_nat_test("3")) {
<para>
Will replace the IP and port in the Contact header with the
IP and port the SIP message was received from. Usually called
after a succesful call to client_nat_test(type)
after a successful call to client_nat_test(type)
</para>

<para>
Expand Down

0 comments on commit 99fc644

Please sign in to comment.