summaryrefslogtreecommitdiffstats
path: root/libssh/channels.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-03-25 13:46:09 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-25 13:55:50 +0100
commitaf7f69c515b4b1385db24f78367498e5f080f1bb (patch)
tree2a337ae848c053d36dd8ed016e323754643f2390 /libssh/channels.c
parentea92d5b2301322298eae55ad5ea1065e26fdeb8e (diff)
Fixed spelling.
Diffstat (limited to 'libssh/channels.c')
-rw-r--r--libssh/channels.c4
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();