From: Josh Soref Date: Sun, 13 Jun 2021 22:49:12 +0000 (-0400) Subject: spelling: eagain X-Git-Tag: 1.8.0-rc.1~25^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ecb909b8258841b8188bdfcbe16547ccfc4274;p=thirdparty%2Fldns.git spelling: eagain Signed-off-by: Josh Soref --- diff --git a/net.c b/net.c index 38d00cff..57d4dff2 100644 --- a/net.c +++ b/net.c @@ -463,7 +463,7 @@ ldns_udp_send_from(uint8_t **result, ldns_buffer *qbin, } /* set to nonblocking, so if the checksum is bad, it becomes - * an EGAIN error and the ldns_udp_send function does not block, + * an EAGAIN error and the ldns_udp_send function does not block, * but returns a 'NETWORK_ERROR' much like a timeout. */ ldns_sock_nonblock(sockfd);