fix typo [ci skip]
[awesomized/libmemcached] / libmemcached / server.hpp
index 6ea0b7f2007b5ced75da0f77d584a633ea6cae7e..582356d27bffe7cf5a79567845bdb3524e5f03aa 100644 (file)
@@ -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;