From 75e462099baad442570009e376d5304b864797bc Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 20 Sep 2007 23:56:54 +0000 Subject: [PATCH] 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 --- docs/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.txt b/docs/settings.txt index e40374a8226..7ad1f6441de 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.