1
0
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:
Dan Fandrich
2014-02-18 23:46:25 +01:00
parent adc5db29e3
commit c00efa5f93
8 changed files with 17 additions and 17 deletions

View File

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