]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: with
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 14 Jun 2021 01:16:40 +0000 (21:16 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:22:31 +0000 (11:22 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
ldns/net.h.in

index 25912582c6a8a2ac94df0da926434dc4b203ef4a..fbfd065e6e3f30f52b9c1926625f3399a2066f65 100644 (file)
@@ -233,7 +233,7 @@ struct sockaddr_storage * ldns_rdf2native_sockaddr_storage(const ldns_rdf *rd, u
  * returns an rdf with the sockaddr info. works for ip4 and ip6
  * \param[in] sock the struct sockaddr_storage to convert
  * \param[in] port what port was used. When NULL this is not set
- * \return ldns_rdf* wth the address
+ * \return ldns_rdf* with the address
  */
 ldns_rdf * ldns_sockaddr_storage2rdf(const struct sockaddr_storage *sock, uint16_t *port);