From 4c0701a5d3f2dc9ab08b53e9fa12a5c8e54af835 Mon Sep 17 00:00:00 2001
From: James Bennett <ubernostrum@gmail.com>
Date: Thu, 11 Mar 2010 09:33:49 +0000
Subject: [PATCH] Fixed #13084: Corrected typo in error-reporting docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 docs/howto/error-reporting.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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