mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-23 01:22:37 +03:00
Fixed a few typos
This commit is contained in:
@@ -686,7 +686,7 @@ session_startup(LIBSSH2_SESSION *session, libssh2_socket_t sock)
|
||||
!get_socket_nonblocking(session->socket_fd);
|
||||
|
||||
if (session->socket_prev_blockstate) {
|
||||
/* If in blocking state chang to non-blocking */
|
||||
/* If in blocking state change to non-blocking */
|
||||
session_nonblock(session->socket_fd, 1);
|
||||
}
|
||||
|
||||
@@ -1522,7 +1522,7 @@ libssh2_poll(LIBSSH2_POLLFD * fds, unsigned int nfds, long timeout)
|
||||
}
|
||||
#else
|
||||
/* No select() or poll()
|
||||
* no sockets sturcture to setup
|
||||
* no sockets structure to setup
|
||||
*/
|
||||
|
||||
timeout = 0;
|
||||
|
||||
Reference in New Issue
Block a user