From aac6e49b949a194a9da739f7494c91ea7972db99 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 10 Oct 2014 13:50:44 +0000 Subject: [PATCH] spelling typo --- 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 b8fdbe0a..c28b3ce2 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -198,7 +198,7 @@ def check_dns_zone(domain, env, dns_zonefiles): if existing_ns.lower() == correct_ns.lower(): env['out'].print_ok("Nameservers are set correctly at registrar. [%s]" % correct_ns) else: - env['out'].print_error("""The nameservers set on this domain are incorrect. They are currently %s. Use your domain name registar's + env['out'].print_error("""The nameservers set on this domain are incorrect. They are currently %s. Use your domain name registrar's control panel to set the nameservers to %s.""" % (existing_ns, correct_ns) )