From: Josh Soref Date: Sun, 13 Jun 2021 22:48:48 +0000 (-0400) Subject: spelling: default X-Git-Tag: 1.8.0-rc.1~25^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b6899d5ff99831f08c0e4d9cc1654410c2a460;p=thirdparty%2Fldns.git spelling: default Signed-off-by: Josh Soref --- diff --git a/contrib/python/ldns_zone.i b/contrib/python/ldns_zone.i index 2afdd969..db7dd3c7 100644 --- a/contrib/python/ldns_zone.i +++ b/contrib/python/ldns_zone.i @@ -132,7 +132,7 @@ The ``zone.txt`` file contains the following records:: :param file: a file object :param origin: (ldns_rdf) the zones' origin :param ttl: default ttl to use - :param rr_class: efault class to use (IN) + :param rr_class: Default class to use (IN) :param raiseException: if True, an exception occurs in case a zone instance can't be created :returns: zone instance or None. If an instance can't be created and raiseException is True, an exception occurs. """ @@ -149,7 +149,7 @@ The ``zone.txt`` file contains the following records:: :param file: a file object :param origin: (ldns_rdf) the zones' origin :param ttl: default ttl to use - :param rr_class: efault class to use (IN) + :param rr_class: Default class to use (IN) :param raiseException: if True, an exception occurs in case a zone instance can't be created :returns: * zone - zone instance or None. If an instance can't be created and raiseException is True, an exception occurs.