From: Josh Soref Date: Sun, 13 Jun 2021 22:50:30 +0000 (-0400) Subject: spelling: edns X-Git-Tag: 1.8.0-rc.1~25^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53e736dfdf57df8bbf057acfae5598af9d87ad2;p=thirdparty%2Fldns.git spelling: edns Signed-off-by: Josh Soref --- diff --git a/contrib/python/ldns_packet.i b/contrib/python/ldns_packet.i index 29e2b988..c2d7a3b6 100644 --- a/contrib/python/ldns_packet.i +++ b/contrib/python/ldns_packet.i @@ -736,7 +736,7 @@ This simple example instances a resolver in order to resolve NS for nic.cz." """ Return the packet's edns data. - :return: (:class:`ldns_rdf`) The ensd data. + :return: (:class:`ldns_rdf`) The edns data. """ return _ldns._ldns_pkt_edns_data(self) #parameters: const ldns_pkt *,