Django

Code

Changeset 6347

Show
Ignore:
Timestamp:
09/15/07 21:01:06 (1 year ago)
Author:
ubernostrum
Message:

Fix a couple of typos from [6309]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/apache_auth.txt

    r6313 r6347  
    3535     
    3636    You'll need to ensure that ``mod_auth_basic`` and ``mod_authz_user`` 
    37     are loaded. These might be compiled staticly into Apache, or you might 
     37    are loaded. These might be compiled statically into Apache, or you might 
    3838    need to use ``LoadModule`` to load them dynamically (as shown in the 
    3939    example at the bottom of this note). 
    4040         
    4141    You'll also need to insert configuration directives that prevent Apache 
    42     from trying to use other authentication modules. Depnding on which other 
     42    from trying to use other authentication modules. Depending on which other 
    4343    authentication modules you have loaded, you might need one or more of 
    4444    the following directives::