diff options
Diffstat (limited to 'libssh/channels.c')
| -rw-r--r-- | libssh/channels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/channels.c b/libssh/channels.c index b976b718..b1f83161 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -575,7 +575,7 @@ static void channel_rcv_request(ssh_session session) { /* * channel_handle() is called by packet_wait(), for example when there is - * channel informations to handle. + * channel information to handle. */ void channel_handle(ssh_session session, int type){ enter_function(); @@ -1818,7 +1818,7 @@ int channel_read_buffer(ssh_channel channel, ssh_buffer buffer, uint32_t count, } if (count == 0) { - /* write the ful buffer informations */ + /* write the ful buffer information */ if (buffer_add_data(buffer, buffer_get_rest(stdbuf), buffer_get_rest_len(stdbuf)) < 0) { leave_function(); |
