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

@@ -81,7 +81,7 @@ namespace zmq
void close ();
// Get the file descriptor of newly created connection. Returns
// retired_fd if the connection was unsuccessfull.
// retired_fd if the connection was unsuccessful.
fd_t connect ();
// Address to connect to. Owned by session_base_t.
@@ -121,7 +121,7 @@ namespace zmq
int get_new_reconnect_ivl ();
// Open IPC connecting socket. Returns -1 in case of error,
// 0 if connect was successfull immediately. Returns -1 with
// 0 if connect was successful immediately. Returns -1 with
// EAGAIN errno if async connect was launched.
int open ();