From f83193fd374aef13e952ae7fe9a4cdd50cce66a2 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Sun, 1 Mar 2015 10:57:26 +0100 Subject: [PATCH] TYPO/SYNTAX IN COMMENTS: rather nobody recieve emails => rather PREFER nobody recEIveS emails Apart from the typo, the sentence was a bit tangled. I've changed just a bit to put it in grammatical shape. --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index 72bd9df275..f9c282342f 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -496,7 +496,7 @@ DEBUG = False # While true, show "pretty" error messages for template syntax errors. TEMPLATE_DEBUG = DEBUG # Emails are sent to these people if the above DEBUG value is False. If you'd -# rather nobody recieve emails, leave this commented out or empty. +# rather prefer nobody receives emails, leave this commented out or empty. ADMINS = () #'Your Name', 'your_email@domain.com'),) # These guys get broken link notifications when SEND_BROKEN_LINK_EMAILS is True. MANAGERS = ADMINS