From ff0c85615b5bcc9555d4eb6b246781d2e0697198 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 10 Sep 2014 01:39:04 +0000 Subject: [PATCH] correct typo in comment --- management/status_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/status_checks.py b/management/status_checks.py index e2e7b4d2..a3ad16c5 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -68,7 +68,7 @@ def run_network_checks(env): machines from being able to send spam. A quick connection test to Google's mail server on port 25 failed.""") - # Stop if the IPv4 address is listed in the ZEN Spamhouse Block List. + # Stop if the IPv4 address is listed in the ZEN Spamhaus Block List. # The user might have ended up on an IP address that was previously in use # by a spammer, or the user may be deploying on a residential network. We # will not be able to reliably send mail in these cases.