Skip to content

Commit

Permalink
auth: typos a/an opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 1072153 commit 0be9582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/auth/doc/auth_functions.xml
Expand Up @@ -72,7 +72,7 @@ if (has_credentials("myrealm")) {
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
<listitem>
<para><emphasis>realm</emphasis> - Realm is a opaque string that
<para><emphasis>realm</emphasis> - Realm is an opaque string that
the user agent should present to the user so he can decide what
username and password to use. Usually this is domain of the host
the server is running on.
Expand Down Expand Up @@ -229,7 +229,7 @@ if (!auth_check("$fd", "subscriber", "1")) {
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
<listitem>
<para><emphasis>realm</emphasis> - Realm is a opaque string that
<para><emphasis>realm</emphasis> - Realm is an opaque string that
the user agent should present to the user so he can decide what
username and password to use. Usually this is domain of the host
the server is running on.
Expand Down

0 comments on commit 0be9582

Please sign in to comment.