From: Daniel Kahn Gillmor Date: Thu, 14 Apr 2022 01:37:00 +0000 (-0700) Subject: contrib/ldnsx: fix spelling of unnecessary X-Git-Tag: 1.8.2-rc.1~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F172%2Fhead;p=thirdparty%2Fldns.git contrib/ldnsx: fix spelling of unnecessary --- 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()