summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-11-13 18:41:24 +0000
committerJannis Leidel <jannis@leidel.info>2010-11-13 18:41:24 +0000
commit1ed62706e7c2fef945c50918e912435929164ad6 (patch)
tree393768bd403c3099e8c21dbd202f2c5051012991 /docs
parentd9ae7c6b372a005532720adc2e9b3597a87cd141 (diff)
Fixed a few typos introduced in r14533.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
-rw-r--r--docs/ref/django-admin.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 14ddda0e7c..1065f8e97d 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -129,7 +129,7 @@ their deprecation, as per the :ref:`Django deprecation policy
* The :class:`~django.core.servers.basehttp.AdminMediaHandler` has
been deprecated in favor of the
- :class:`~django.contrib.staticfiles.handlers.StaticFilesHAndler`.
+ :class:`~django.contrib.staticfiles.handlers.StaticFilesHandler`.
* 2.0
* ``django.views.defaults.shortcut()``. This function has been moved
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 14fc69f99e..a91e2749a5 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -694,7 +694,7 @@ Example usage::
Use the ``--insecure`` option to force serving of static files with the
:doc:`staticfiles </ref/contrib/staticfiles>` app even if the :setting:`DEBUG`
-setting is ``False``. By using this you acknoledge the fact that it's
+setting is ``False``. By using this you acknowledge the fact that it's
**grossly inefficient** and probably **insecure**. This is only intended for
local development, and should **never be used in production**.