summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-01-01 21:37:53 +0000
committerJannis Leidel <jannis@leidel.info>2010-01-01 21:37:53 +0000
commit17e191a123cc2593d50f2037d21ae35433c41560 (patch)
treef4bbb5322d6f2a64fcac15f1c53199e4fc51973e /docs
parent8465f49b63b1b85603e16671e9fbe41a28971560 (diff)
Fixed #12383 - Typo fix for authentication documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12054 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 8aae4f5e73..9874135b02 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -34,7 +34,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``.