fix spelling
This commit is contained in:
@@ -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: -
|
||||
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user