]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix typos (`the the` -> `the`)
authorEnji Cooper <yaneurabeya@gmail.com>
Thu, 6 Jun 2024 05:19:43 +0000 (22:19 -0700)
committerEnji Cooper <yaneurabeya@gmail.com>
Thu, 6 Jun 2024 05:31:48 +0000 (22:31 -0700)
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
README.snapshots
dnssec.c
ldns/parse.h
ldns/radix.h
ldns/rdata.h
lua/rns-specs
pcat/pcat-diff.1

index 891fcca1d6ef31d239153b807b47305cfcaa1c7e..df7ee003cadaa6ba0d7725bb7addc1ea9a67eed3 100644 (file)
@@ -3,6 +3,6 @@ ldns - snapshot releases
 Snapshot releases are not official released. They can be released to
 interested parties for development.
 
-Snapshots can be recognized from the date in the the tar file name.
+Snapshots can be recognized from the date in the tar file name.
 
 They should not be used for packaging in distributions.
index fbaa518a8cb040c6b9e5ae62d5bd507b7f86e589..9055284c08108855ca2f2685170266801221bc61 100644 (file)
--- a/dnssec.c
+++ b/dnssec.c
@@ -959,7 +959,7 @@ ldns_create_nsec(ldns_rdf *cur_owner, ldns_rdf *next_owner, ldns_rr_list *rrs)
 {
        /* we do not do any check here - garbage in, garbage out */
 
-       /* the the start and end names - get the type from the
+       /* the start and end names - get the type from the
         * before rrlist */
 
        /* inefficient, just give it a name, a next name, and a list of rrs */
index 3c3df18b617622f3e124296d4132b93e06615afa..97d0d8ec6f4ff6a081e002a559d6ea3cb595b522 100644 (file)
@@ -131,7 +131,7 @@ ssize_t ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t l
  * \param[in] k_del keyword delimiter 
  * \param[out] data the data found 
  * \param[in] d_del the data delimiter
- * \param[in] data_limit maximum size the the data buffer
+ * \param[in] data_limit maximum size the data buffer
  * \return the number of character read
  */
 ssize_t ldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
@@ -144,7 +144,7 @@ ssize_t ldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del,
  * \param[in] k_del keyword delimiter 
  * \param[out] data the data found 
  * \param[in] d_del the data delimiter
- * \param[in] data_limit maximum size the the data buffer
+ * \param[in] data_limit maximum size the data buffer
  * \param[in] line_nr pointer to an integer containing the current line number (for
 debugging purposes)
  * \return the number of character read
@@ -159,7 +159,7 @@ ssize_t ldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del
  * \param[in] k_del keyword delimiter 
  * \param[out] data the data found 
  * \param[in] d_del the data delimiter
- * \param[in] data_limit maximum size the the data buffer
+ * \param[in] data_limit maximum size the data buffer
  * \return the number of character read
  */
 ssize_t ldns_bget_keyword_data(ldns_buffer *b, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
index 4cb42b48ba9d1c0a4108e49ac877627c3522380f..f7a253dd2eba34b19da72ea2d1879a03a32f6579 100644 (file)
@@ -74,7 +74,7 @@ struct ldns_radix_node_t {
        void* data;
        /** Parent node. */
        ldns_radix_node_t* parent;
-       /** Index in the the parent node select edge array. */
+       /** Index in the parent node select edge array. */
        uint8_t parent_index;
        /** Length of the array. */
        uint16_t len;
index c8a0396cfd153fc1774481808b0716aeaa6688a9..1e2fd397a38ac099ec94ae641a90a90aa2927248 100644 (file)
@@ -243,7 +243,7 @@ size_t ldns_rdf_size(const ldns_rdf *rd);
 
 /**
  * returns the type of the rdf. We need to insert _get_
- * here to prevent conflict the the rdf_type TYPE.
+ * here to prevent conflict the rdf_type TYPE.
  * \param[in] *rd the rdf to read from
  * \return ldns_rdf_type with the type
  */
index cc25c7902713ca9c988cd6f16c705d7aa48e298c..6aa439906c046dc8a47c842dc576ebd189cd0d26 100644 (file)
@@ -85,7 +85,7 @@ freedom in the packet mangling. (ghe ghe :-) )
 
 To keep matters interesting some sort of randomness is required in some
 step, otherwise each packet is mangled in the same way. Also this
-randomness together with the Lua script needs to be logged so the the 
+randomness together with the Lua script needs to be logged so the 
 actual mangling can be replayed.
 
 :Packet Mangling: address the different elements:
index 3f5a5a8d1ac327de7c4d1e0932e0e3061bceb0a5..5f7cd6355a1acef6d6a231665a215bf48f961571 100644 (file)
@@ -9,7 +9,7 @@ pcat-diff \- show the difference between two pcat files.
 
 .SH DESCRIPTION
 \fBpcat-diff\fR reads in two pcat files and show the differences
-between the them.
+between them.
 Its output is another pcat stream which can then be interpreted by
 pcat-print.