1
1

_libssh2_channel_open: speeling error fixed in channel error message

Этот коммит содержится в:
Brad Harder 2016-03-26 23:57:14 +01:00 коммит произвёл Daniel Stenberg
родитель 7b9a9a782d
Коммит 4138f1e412

Просмотреть файл

@ -270,7 +270,7 @@ _libssh2_channel_open(LIBSSH2_SESSION * session, const char *channel_type,
switch (reason_code) {
case SSH_OPEN_ADMINISTRATIVELY_PROHIBITED:
_libssh2_error(session, LIBSSH2_ERROR_CHANNEL_FAILURE,
"Channel open failure (admininstratively prohibited)");
"Channel open failure (administratively prohibited)");
break;
case SSH_OPEN_CONNECT_FAILED:
_libssh2_error(session, LIBSSH2_ERROR_CHANNEL_FAILURE,