From 4138f1e412732f14a731a0e52ce2d0e470e4d996 Mon Sep 17 00:00:00 2001 From: Brad Harder Date: Sat, 26 Mar 2016 23:57:14 +0100 Subject: [PATCH] _libssh2_channel_open: speeling error fixed in channel error message --- src/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel.c b/src/channel.c index 32d914d..538a0ab 100644 --- a/src/channel.c +++ b/src/channel.c @@ -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,