]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix typos for 'the the' in text.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Jun 2024 07:35:57 +0000 (09:35 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Jun 2024 07:35:57 +0000 (09:35 +0200)
doc/Changelog
makedist.sh
services/cache/infra.h
sldns/parse.h
smallapp/unbound-anchor.c
util/module.h

index 4c4310418dbd3898d0f3e78c2cbe325504061011..4d7a8fdee4429ba2c5efc9797607218e036859d3 100644 (file)
@@ -1,5 +1,6 @@
 6 June 2024: Wouter
        - Fix memory leak in setup of dsa sig.
+       - Fix typos for 'the the' in text.
 
 4 June 2024: Yorgos
        - Merge #1080: AddressSanitizer detection in tdir tests and memory leak
index 4ed6ce45252a29e54bcb4b0e91e5d7191e7fd73a..c1e19f6f1e4f3e5e54a92edcd66f1b3c612adef8 100755 (executable)
@@ -53,7 +53,7 @@ Generate a distribution tar file for unbound.
                         (which will then be unbound-<version>rc<number>)
     -u git_url          Retrieve the source from the specified repository url.
                         Detected from the working copy if not specified.
-    -b git_branch       Retrieve the the specified branch or tag.
+    -b git_branch       Retrieve the specified branch or tag.
                         Detected from the working copy if not specified.
     -wssl openssl.xx.tar.gz Also build openssl from tarball for windows dist.
     -wxp expat.xx.tar.gz Also build expat from tarball for windows dist.
index ee6f384de3459431542c030701079b4fce47ec03..1a88bbb94da8ba416ea5e9e537f083becfc9b23a 100644 (file)
@@ -234,7 +234,7 @@ struct infra_cache* infra_adjust(struct infra_cache* infra,
        struct config_file* cfg);
 
 /**
- * Plain find infra data function (used by the the other functions)
+ * Plain find infra data function (used by the other functions)
  * @param infra: infrastructure cache.
  * @param addr: host address.
  * @param addrlen: length of addr.
index fa8f51a924c4c7ac5641ad50d17c1bb96350f371..504a78b676e28a64e7f5dcc012e77613de28085e 100644 (file)
@@ -106,7 +106,7 @@ ssize_t sldns_bget_token(struct sldns_buffer *b, char *token, const char *delim,
  * \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 sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
@@ -119,7 +119,7 @@ ssize_t sldns_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
@@ -134,7 +134,7 @@ ssize_t sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_de
  * \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 sldns_bget_keyword_data(struct sldns_buffer *b, const char *keyword, const char *k_del, char *data, const char *d_del, size_t data_limit);
index 137b2e94e29c15dcc1746f0ab4f0b2bcec632385..68e0d010cbac7da7f6aa8864b65a13c841b7b689 100644 (file)
 #define HTTPS_PORT 443
 
 #ifdef USE_WINSOCK
-/* sneakily reuse the the wsa_strerror function, on windows */
+/* sneakily reuse the wsa_strerror function, on windows */
 char* wsa_strerror(int err);
 #endif
 
index c9df74624918fbe93c9d1d3e1b62786b428f3068..cf55e2c51590dfb38e8a97d96295994012eee4df 100644 (file)
  * also contain an rcode that is nonzero, but in this case additional
  * information (query, additional) can be passed along.
  *
- * The rcode and dns_msg are used to pass the result from the the rightmost
+ * The rcode and dns_msg are used to pass the result from the rightmost
  * module towards the leftmost modules and then towards the user.
  *
  * If you want to avoid recursion-cycles where queries need other queries