From: Josh Soref Date: Sun, 13 Jun 2021 21:32:33 +0000 (-0400) Subject: spelling: corruption X-Git-Tag: 1.8.0-rc.1~25^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efebde1bfa2bc688841943c3aa06a248b20604b6;p=thirdparty%2Fldns.git spelling: corruption Signed-off-by: Josh Soref --- diff --git a/contrib/python/Changelog b/contrib/python/Changelog index 7c4ccd11..4b449a84 100644 --- a/contrib/python/Changelog +++ b/contrib/python/Changelog @@ -2,7 +2,7 @@ * Added ldns_rdf.data_as_bytearray(). The method returns a bytearray object containing rdf data. * Changed the behaviour of ldns_resolver.trusted_key() in order to prevent - memory corrupotion and leaks. + memory corruption and leaks. * Fixed memory leaks when destroying ldns_resolver. * Removed ldns_pkt.section_count(), ldns_resolver.set_searchlist_count() because it is marked static in the library.