summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-09-20 23:56:54 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-09-20 23:56:54 +0000
commit75e462099baad442570009e376d5304b864797bc (patch)
treed806600eb3251aac97454bee7b6dc8c880c5bfc2 /docs
parent5ae6fafad7b2de9d5df042a6e07e41d746b4b59b (diff)
Fixed #5556 - Minor typo in settings docs. Thanks for the eagle eyes, jleedev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6398 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index e40374a822..7ad1f6441d 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -363,7 +363,7 @@ regular expression which will hide from the DEBUG view anything that contains
be able to give backtraces without seeing sensitive (or offensive) settings.
Still, note that there are always going to be sections of your debug output that
-are inapporpriate for public consumption. File paths, configuration options, and
+are inappropriate for public consumption. File paths, configuration options, and
the like all give attackers extra information about your server. Never deploy a
site with ``DEBUG`` turned on.