summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-01-01 21:44:30 +0000
committerJannis Leidel <jannis@leidel.info>2010-01-01 21:44:30 +0000
commit1a3fd10a341ba6cc010768c85fec8c0d2a8e5c3b (patch)
tree22872c687ab358c568c3ffa90b60c67e03221be1 /docs
parent30c6021f80b5b7051a77b3df508ed41bcffcb8aa (diff)
[1.1.X] Fixed #12383 - Typo fix for authentication documentation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 29d8f161be..84a281901d 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -31,7 +31,7 @@ Authentication support is bundled as a Django application in
1. Put ``'django.contrib.auth'`` and ``'django.contrib.contenttypes'`` in
your :setting:`INSTALLED_APPS` setting.
- (The :class:`~django.contrib.auth.models.Permisson` model in
+ (The :class:`~django.contrib.auth.models.Permission` model in
:mod:`django.contrib.auth` depends on :mod:`django.contrib.contenttypes`.)
2. Run the command ``manage.py syncdb``.