mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix EDESTADDRREQ typo.
This commit is contained in:
parent
442b139cc3
commit
ef1d85ca55
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const char* sortix_strerror(int errnum)
|
|||
case EADDRNOTAVAIL: return "Address not available";
|
||||
case EISCONN: return "Socket is connected";
|
||||
case EFAULT: return "Bad address";
|
||||
case EDESTADDRREQ: return "Destinatiohn address required";
|
||||
case EDESTADDRREQ: return "Destination address required";
|
||||
case EHOSTUNREACH: return "Host is unreachable";
|
||||
case EMSGSIZE: return "Message too long";
|
||||
case ENETDOWN: return "Network is down";
|
||||
|
|
Loading…
Add table
Reference in a new issue