mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
typo fixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
688fc817dd
commit
f285332c5b
15 changed files with 26 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue