summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2011-02-27 11:54:03 +0000
committerSimon Meers <simon@simonmeers.com>2011-02-27 11:54:03 +0000
commit2dfbe92d7c292cd395a00246ce7aa0ca0bf96e5e (patch)
treea856d19103614b07992e371251e8e262f4f09dbd /docs/howto
parent2366415f48282faef6e45993b08d1dec1f0b5e35 (diff)
Fix typo in staticfiles docs (not ticketed).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/static-files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index 35b3afe029..2787c1cac8 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -478,5 +478,5 @@ Learn more
This document has covered the basics and some common usage patterns. For
complete details on all the settings, commands, template tags, and other pieces
-include in ``django.contrib.staticfiles``, see :doc:`the statcfiles reference
+include in ``django.contrib.staticfiles``, see :doc:`the staticfiles reference
</ref/contrib/staticfiles>`.