Fixed #5782 -- Fixed a small typo spotted by obeattie.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-10-20 04:16:40 +00:00
parent 3e3a7e0258
commit 3ea87fb9c0
1 changed files with 11 additions and 11 deletions

View File

@ -62,7 +62,7 @@ with the standard ``Auth*`` and ``Require`` directives::
...
<Location /exmaple/>
<Location /example/>
AuthType Basic
AuthName "example.com"
**AuthBasicAuthoritative Off**