Unverified Commit 2d781dee authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #541 from yichenluan/master

Fix typo in socket.h
parents ede2bf59 c2bfaf9a
......@@ -61,7 +61,7 @@ public:
virtual ~SocketUser() {}
virtual void BeforeRecycle(Socket*) {};
// Will be perodically called in a dedicated thread to check the
// Will be periodically called in a dedicated thread to check the
// health.
// If the return value is 0, the socket is revived.
// If the return value is ESTOP, the health-checking thread quits.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment