diff options
Diffstat (limited to 'libssh/channels.c')
-rw-r--r-- | libssh/channels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/channels.c b/libssh/channels.c index 7e4aa639..519e6db1 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -1979,7 +1979,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(); |