summaryrefslogtreecommitdiff
path: root/tests/test_zone.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_zone.py')
-rw-r--r--tests/test_zone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_zone.py b/tests/test_zone.py
index d0765df..4b5272d 100644
--- a/tests/test_zone.py
+++ b/tests/test_zone.py
@@ -801,7 +801,7 @@ class ZoneTestCase(unittest.TestCase):
self.assertEqual(rrs[0].target, n2008)
def testZoneMiscCases(self):
- # test that leading whitespace folllowed by EOL is treated like
+ # test that leading whitespace followed by EOL is treated like
# a blank line, and that out-of-zone names are dropped.
z1 = dns.zone.from_text(misc_cases_input, 'example.')
z2 = dns.zone.from_text(misc_cases_expected, 'example.')