fix spelling

This commit is contained in:
Garux
2021-05-24 20:23:09 +03:00
parent 5efe29d863
commit 6c00419653
175 changed files with 414 additions and 414 deletions

View File

@@ -104,7 +104,7 @@ int Net_Send( socket_t *sock, netmessage_t *msg ){
return WINS_Write( sock->socket, msg->data, msg->size, NULL );
} //end of the function Net_SendSocketReliable
//===========================================================================
// returns the number of bytes recieved
// returns the number of bytes received
// -1 on error
//
// Parameter: -

View File

@@ -91,7 +91,7 @@ static unsigned long myAddr;
ERROR_STRUCT errlist[] = {
{EACCES,"EACCES - The address is protected, user is not root"},
{EAGAIN,"EAGAIN - Operation on non-blocking socket that cannot return immediatly"},
{EAGAIN,"EAGAIN - Operation on non-blocking socket that cannot return immediately"},
{EBADF, "EBADF - sockfd is not a valid descriptor"},
{EFAULT, "EFAULT - The parameter is not in a writable part of the user address space"},
{EINVAL,"EINVAL - The socket is already bound to an address"},