Skip to content

Commit

Permalink
spelling: integer
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and wtoorop committed Jun 14, 2021
1 parent df75195 commit 26d2690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/python/ldns_rr.i
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 *,
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 26d2690

Please sign in to comment.