X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fserver.hpp;h=582356d27bffe7cf5a79567845bdb3524e5f03aa;hb=61b948a92ab79734b009a438b5cf3bfad03cb59d;hp=6ea0b7f2007b5ced75da0f77d584a633ea6cae7e;hpb=c3ae351518d98e7a9b217a356b826c0917ad0374;p=awesomized%2Flibmemcached diff --git a/libmemcached/server.hpp b/libmemcached/server.hpp index 6ea0b7f2..582356d2 100644 --- a/libmemcached/server.hpp +++ b/libmemcached/server.hpp @@ -91,7 +91,7 @@ static inline void memcached_mark_server_for_timeout(memcached_instance_st* serv } 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;