From f285332c5bb98c22952779f6d13664d3b2e3b847 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Sat, 8 Nov 2014 22:26:53 +0000 Subject: typo fixes - https://github.com/vlajos/misspell_fixer --- src/core/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/network.c') diff --git a/src/core/network.c b/src/core/network.c index 3659ab36..bfaa47fb 100644 --- a/src/core/network.c +++ b/src/core/network.c @@ -624,7 +624,7 @@ const char *net_gethosterror(int error) int net_hosterror_notfound(int error) { #ifdef HAVE_IPV6 -#ifdef EAI_NODATA /* NODATA is depricated */ +#ifdef EAI_NODATA /* NODATA is deprecated */ return error != 1 && (error == EAI_NONAME || error == EAI_NODATA); #else return error != 1 && (error == EAI_NONAME); -- cgit v1.2.3