]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: exception,
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:20:22 +0000 (14:20 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
regression-tests.recursor-dnssec/test_RPZ.py

index 94e13a1479330d2708f82809989195874166d663..dc780f80e28808a42db89952c023b5e7c1b232b6 100644 (file)
@@ -430,7 +430,7 @@ e 3600 IN A 192.0.2.42
                 zone = dns.zone.from_file(file, 'zone.rpz', relativize=False, check_origin=False, allow_include=False)
                 soa = zone['']
                 soa.find_rdataset(dns.rdataclass.IN, dns.rdatatype.SOA)
-                # if the above call did not throw an exception the SOA has the right owner, continue
+                # if the above call did not throw an exception, the SOA has the right owner, continue
                 soa = zone.get_soa()
                 if soa.serial == serial and soa.mname == dns.name.from_text('ns.zone.rpz.'):
                     return # we found what we expected