Fix EDESTADDRREQ typo.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-12-19 23:41:40 +01:00
parent 442b139cc3
commit ef1d85ca55
1 changed files with 1 additions and 1 deletions

View File

@ -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";