From 4efa5203b3d81ad76c9100ba9515a351ef7cdb8d Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 13 Apr 2022 18:37:00 -0700 Subject: [PATCH] contrib/ldnsx: fix spelling of unnecessary --- contrib/ldnsx/ldnsx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ldnsx/ldnsx.py b/contrib/ldnsx/ldnsx.py index 357a97dd..e2bd0e51 100644 --- a/contrib/ldnsx/ldnsx.py +++ b/contrib/ldnsx/ldnsx.py @@ -384,7 +384,7 @@ class resolver: >>> tlds.append(rr.owner()) """ - #Dname seems to be unecessary on some computers, but it is on others. Avoid bugs. + #Dname seems to be unnecessary on some computers, but it is on others. Avoid bugs. if self._ldns_resolver.axfr_start(ldns.ldns_dname(name), ldns.LDNS_RR_CLASS_IN) != ldns.LDNS_STATUS_OK: raise Exception("Starting AXFR failed. Error: %s" % ldns.ldns_get_errorstr_by_id(status)) pres = self._ldns_resolver.axfr_next() -- 2.47.3