_libssh2_channel_open: speeling error fixed in channel error message
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 @@
             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,