mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Problem: some comments contain typos
This commit is contained in:
@@ -102,7 +102,7 @@ void zmq::tipc_connecter_t::process_term (int linger_)
|
||||
|
||||
void zmq::tipc_connecter_t::in_event ()
|
||||
{
|
||||
// We are not polling for incomming data, so we are actually called
|
||||
// We are not polling for incoming data, so we are actually called
|
||||
// because of error here. However, we can get error on out event as well
|
||||
// on some platforms, so we'll simply handle both events in the same way.
|
||||
out_event ();
|
||||
@@ -213,7 +213,7 @@ int zmq::tipc_connecter_t::open ()
|
||||
s, addr->resolved.tipc_addr->addr (),
|
||||
addr->resolved.tipc_addr->addrlen ());
|
||||
|
||||
// Connect was successfull immediately.
|
||||
// Connect was successful immediately.
|
||||
if (rc == 0)
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user