]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: default
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 22:48:48 +0000 (18:48 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
contrib/python/ldns_zone.i

index 2afdd96930943e3597dcb6874b348f2fa32eb51e..db7dd3c7eec1663a3618e76b3e594b9cb44d733f 100644 (file)
@@ -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.