return memcached_set_errno(*server, errno, MEMCACHED_AT, memcached_literal_param("getsockopt() errored while looking up error state from poll()"));
}
- // We check the value to see what happened wth the socket.
+ // We check the value to see what happened with the socket.
if (err == 0) // Should not happen
{
return MEMCACHED_SUCCESS;
}
else
{
- server->next_retry= 1; // Setting the value to 1 causes the timeout to occur immediatly
+ server->next_retry= 1; // Setting the value to 1 causes the timeout to occur immediately
}
server->state= MEMCACHED_SERVER_STATE_IN_TIMEOUT;