fix typo [ci skip]
[awesomized/libmemcached] / libmemcached / connect.cc
index 68b5be728997774112521ec7c6f58c9191f18eee..2de01494eae5476a7b2860a38ff74d2e734cf14b 100644 (file)
@@ -146,7 +146,7 @@ static memcached_return_t connect_poll(memcached_instance_st* server, const int
         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;