mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-15 15:16:52 +02:00
Problem: some comments contain typos
This commit is contained in:
@@ -311,7 +311,7 @@ int zmq::tcp_connecter_t::open ()
|
||||
// Connect to the remote peer.
|
||||
rc = ::connect (s, tcp_addr->addr (), tcp_addr->addrlen ());
|
||||
|
||||
// Connect was successfull immediately.
|
||||
// Connect was successful immediately.
|
||||
if (rc == 0)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user