Skip to content

Commit

Permalink
uac_redirect: 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 6a0316c commit 38fa80f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/uac_redirect/doc/uac_redirect_admin.xml
Expand Up @@ -147,8 +147,8 @@ modparam("uac_redirect","default_filter","deny")
<section>
<title><varname>deny_filter</varname> (string)</title>
<para>
The regular expression for default deny filtering. It make sens
to be defined on only if the <varname>default_filter</varname>
The regular expression for default deny filtering. It makes sense
to be defined only if the <varname>default_filter</varname>
parameter is set to <quote>accept</quote>. All contacts matching
the <varname>deny_filter</varname> will be rejected; the rest
of them will be accepted for redirection.
Expand Down Expand Up @@ -179,8 +179,8 @@ modparam("uac_redirect","deny_filter",".*@siphub\.net")
<section>
<title><varname>accept_filter</varname> (string)</title>
<para>
The regular expression for default accept filtering. It make sens
to be defined on only if the <varname>default_filter</varname>
The regular expression for default accept filtering. It makes sense
to be defined only if the <varname>default_filter</varname>
parameter is set to <quote>deny</quote>. All contacts matching
the <varname>accept_filter</varname> will be accepted; the rest
of them will be rejected for redirection.
Expand Down

0 comments on commit 38fa80f

Please sign in to comment.