Skip to content

Commit

Permalink
gzcompress: 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 806bb75 commit 1913415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/gzcompress/doc/gzcompress_admin.xml
Expand Up @@ -48,7 +48,7 @@
<para>
The immediate benefit of compressing the body is to reduce the size
of the SIP message, increasing the chances to stay under MTU for UDP
packts. From observation, the compressed body is in between 50% to 67%
packets. From observation, the compressed body is in between 50% to 67%
smaller than the original size (e.g., a body of 431 bytes was
compressed to 230).
</para>
Expand Down Expand Up @@ -136,7 +136,7 @@ modparam("gzcompress", "header_value", "gzip")
If set to 1, gzcompress module will bind to sanity module in order
to perform sanity checks over received SIP request. Default
sanity checks are done. It is useful to check if received request
is well formated before proceeding to encoding/decoding.
is well formatted before proceeding to encoding/decoding.
</para>
<para>
<emphasis>
Expand Down Expand Up @@ -165,7 +165,7 @@ modparam("gzcompress", "sanity_checks", 1)
<para>
Next example shows how to enable compression for forwarded requests,
as well as replying with compressed body for HTTP requests. For SIP,
the request is recevied and forwarded to itself once, just for the
the request is received and forwarded to itself once, just for the
sake of showing a simple example.
</para>
<example>
Expand Down

0 comments on commit 1913415

Please sign in to comment.