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

index e5cf1c2490204994874c1de9b02ac08f79675712..a945378a476a8b2546f2ab0cfc26aee094b00001 100644 (file)
@@ -1653,7 +1653,7 @@ to create :class:`ldns_rr` instances.
                Sets the type in the rr.
                
                :param rr_type: Set to this type.
-               :type rr_type: ineteger
+               :type rr_type: integer
                :throws TypeError: when `rr_type` of non-integer type.
             """
             _ldns.ldns_rr_set_type(self, rr_type)
@@ -1695,7 +1695,7 @@ to create :class:`ldns_rr` instances.
             """
                Calculates the uncompressed size of an RR.
                
-               :return: (inetger) size of the rr.
+               :return: (integer) size of the rr.
             """
             return _ldns.ldns_rr_uncompressed_size(self)
             #parameters: const ldns_rr *,
@@ -2441,7 +2441,7 @@ In order to create a class instance use :meth:`ldns_rr_descriptor`.
                
                :param field: The field number.
                :type field: positive int
-               :throws TypeError: when `field` of non-inetger type.
+               :throws TypeError: when `field` of non-integer type.
                :return: (int) the rdf type for the field.
             """
             return _ldns.ldns_rr_descriptor_field_type(self, field)