From: Yoshiki Hayashi Date: Mon, 30 Sep 2002 13:01:23 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.0.43~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ede7e52d23a0a16b01be441043f7bac31212689;p=apache Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97030 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index ab21b9e126..0b65efa66c 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -210,7 +210,7 @@ authenticationSyntax:

AuthName "Top Secret"

-

The string provided for the AuthRealm is what will +

The string provided for the AuthName is what will appear in the password dialog provided by most browsers.

See also

top

AuthType Directive

Description: diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ea9b47d793..42d0166c0b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -268,7 +268,7 @@ authentication AuthName "Top Secret" -

The string provided for the AuthRealm is what will +

The string provided for the AuthName is what will appear in the password dialog provided by most browsers.