]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: ldns
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 14 Jun 2021 00:44:04 +0000 (20:44 -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_rdf.i
dnssec_sign.c
doc/API.xml

index 201cef740dd188c8985c29203785b3db93796764..dbbf606c19c1728e5d22f4e4ed4adef2777b6873 100644 (file)
@@ -586,7 +586,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.dname_new_frm_str() method is" +
                 " scheduled to be deprecated in future releases." +
-                " Use ldsn_dname constructor instead.",
+                " Use ldns_dname constructor instead.",
                 PendingDeprecationWarning, stacklevel=2)
             return _ldns.ldns_dname_new_frm_str(string)
 
@@ -609,7 +609,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.absolute() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             if self.get_type() == _ldns.LDNS_RDF_TYPE_DNAME:
                 string = self.__str__()
@@ -631,7 +631,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.make_canonical() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             _ldns.ldns_dname2canonical(self)
 
@@ -654,7 +654,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.dname_compare() method is" +
                 " scheduled to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             #
             # The wrapped function generates asserts instead of setting
@@ -686,7 +686,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.cat() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             return _ldns.ldns_dname_cat(self, rd2)
             #parameters: ldns_rdf *, ldns_rdf *,
@@ -711,7 +711,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.cat_clone() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             return _ldns.ldns_dname_cat_clone(self, rd2)
             #parameters: const ldns_rdf *, const ldns_rdf *,
@@ -741,7 +741,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.interval() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             #
             # The wrapped function generates asserts instead of setting
@@ -780,7 +780,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.is_subdomain() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             return _ldns.ldns_dname_is_subdomain(self, parent)
             #parameters: const ldns_rdf *, const ldns_rdf *,
@@ -807,7 +807,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.label() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             return _ldns.ldns_dname_label(self, labelpos)
             #parameters: const ldns_rdf *, uint8_t,
@@ -827,7 +827,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.label_count() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             return _ldns.ldns_dname_label_count(self)
             #parameters: const ldns_rdf *,
@@ -849,7 +849,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.left_chop() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             return _ldns.ldns_dname_left_chop(self)
             #parameters: const ldns_rdf *,
@@ -872,7 +872,7 @@ specified in the (16-bit) type field with a value from ldns_rdf_type."
             """
             warnings.warn("The ldns_rdf.reverse() method is scheduled" +
                 " to be deprecated in future releases." +
-                " Convert the ldns_rdf to ldsn_dname and the use its" +
+                " Convert the ldns_rdf to ldns_dname and the use its" +
                 " methods.", PendingDeprecationWarning, stacklevel=2)
             if self.get_type() != _ldns.LDNS_RDF_TYPE_DNAME:
                 raise Exception("Operand must be a dname rdf.")
index fa68e2791399395b73b774e7628234a3495b1e57..5144f1a7b0e28d854b6e9b4d655165582295cbb2 100644 (file)
@@ -658,7 +658,7 @@ ldns_dnssec_addresses_on_glue_list(
                                                /* ldns_rr_list_push_rr()
                                                 * returns false when unable
                                                 * to increase the capacity
-                                                * of the ldsn_rr_list
+                                                * of the ldns_rr_list
                                                 */
                                        }
                                }
index 95e21a73814ff252c41dcff0e1d6c07b2da30bd1..2d0a8b62d5f598e04683f767553fe56120577c8a 100644 (file)
@@ -336,7 +336,7 @@ Returns a pointer to a ldns_rr_list of representing the additional
 section of the packet.
        
 </t>
-<t hangText=" void ldsn_pkt_print(ldns_pkt *pkt):">
+<t hangText=" void ldns_pkt_print(ldns_pkt *pkt):">
 Prints the packet data on the standard output in an ASCII format similar
 to that used in DNS zone files. See RFC1035.