1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

tidy-up: fix typos (#886)

detected by codespell 2.2.4.
This commit is contained in:
Viktor Szakats
2023-03-27 19:26:58 +02:00
committed by GitHub
parent 2f16d8105c
commit 1d9af00609
37 changed files with 62 additions and 62 deletions

View File

@ -148,7 +148,7 @@ static void x11_callback(LIBSSH2_SESSION *session, LIBSSH2_CHANNEL *channel,
rc = connect(sock, (struct sockaddr *) &addr, sizeof(addr));
if(rc != -1) {
/* Connection Successfull */
/* Connection Successful */
if(gp_x11_chan == NULL) {
/* Calloc ensure that gp_X11_chan is full of 0 */
gp_x11_chan = (struct chan_X11_list *)