From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:20:22 +0000 (-0500) Subject: spelling: exception, X-Git-Tag: rec-5.4.0-alpha1~61^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7ca134c206d19c3314f6b609ee21b45ce16477;p=thirdparty%2Fpdns.git spelling: exception, Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.recursor-dnssec/test_RPZ.py b/regression-tests.recursor-dnssec/test_RPZ.py index 94e13a1479..dc780f80e2 100644 --- a/regression-tests.recursor-dnssec/test_RPZ.py +++ b/regression-tests.recursor-dnssec/test_RPZ.py @@ -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