Problem: some comments contain typos

This commit is contained in:
Constantin Rack
2015-09-06 18:46:32 +02:00
parent 3e43258769
commit bd923f0fbb
46 changed files with 74 additions and 74 deletions

View File

@@ -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;