summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-05-17 16:57:50 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-05-17 16:57:50 +0000
commit21cee79ee42c4b6827de031ad9e6d486ad9a3657 (patch)
tree060de96c3ff39945bf7b8ebbb5df2babdd9c3c4a
parent50745cc31ecd0ff76dafed2fb903d14c1b30d707 (diff)
downloaddjango-21cee79ee42c4b6827de031ad9e6d486ad9a3657.tar.gz
Fixed #11054 -- Corrected typo in auth-remote-user.txt. Thanks Jan Hülsbergen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/howto/auth-remote-user.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/auth-remote-user.txt b/docs/howto/auth-remote-user.txt
index aa39b1fba4..05532da0b0 100644
--- a/docs/howto/auth-remote-user.txt
+++ b/docs/howto/auth-remote-user.txt
@@ -22,7 +22,7 @@ When the Web server takes care of authentication it typically sets the
Django, ``REMOTE_USER`` is made available in the :attr:`request.META
<django.http.HttpRequest.META>` attribute. Django can be configured to make
use of the ``REMOTE_USER`` value using the ``RemoteUserMiddleware`` and
-``RemoteUserBackend`` classes found in :mod:`django.contirb.auth`.
+``RemoteUserBackend`` classes found in :mod:`django.contrib.auth`.
Configuration
=============