summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2010-03-11 09:34:18 +0000
committerJames Bennett <ubernostrum@gmail.com>2010-03-11 09:34:18 +0000
commit47bdb670303e951c36d10fb122f44b3256a2153b (patch)
tree1b168de1f5f2383c85d2ac86fb948df1e7435525 /docs
parent693dcd90139a87462fc636c0b698743bfce677a0 (diff)
[1.1.X] Fixed #13084: Corrected typo in error-reporting docs. Backport of [12757] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/error-reporting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index afda25b911..97842d7263 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -17,7 +17,7 @@ Server errors
-------------
When :setting:`DEBUG` is ``False``, Django will e-mail the users listed in the
-:setting:`ADMIN` setting whenever your code raises an unhandled exception and
+:setting:`ADMINS` setting whenever your code raises an unhandled exception and
results in an internal server error (HTTP status code 500). This gives the
administrators immediate notification of any errors. The :setting:`ADMINS` will
get a description of the error, a complete Python traceback, and details about