diff --git a/ChangeLog b/ChangeLog index 2cdd9997f..bce6a5372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -89,6 +89,9 @@ [channels.c packet.c packet.h serverloop.c] use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message use random content in ignore messages. + - markus@cvs.openbsd.org 2001/02/28 21:31:32 + [channels.c] + typo 20010304 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. @@ -4281,4 +4284,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.877 2001/03/05 06:28:06 mouring Exp $ +$Id: ChangeLog,v 1.878 2001/03/05 06:29:44 mouring Exp $ diff --git a/channels.c b/channels.c index defe5ecba..bca7268b8 100644 --- a/channels.c +++ b/channels.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.95 2001/02/28 21:27:48 markus Exp $"); +RCSID("$OpenBSD: channels.c,v 1.96 2001/02/28 21:31:32 markus Exp $"); #include #include @@ -794,7 +794,7 @@ channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset) !(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) { /* * Simulate echo to reduce the impact of - * traffic analysis. We need too match the + * traffic analysis. We need to match the * size of a SSH2_MSG_CHANNEL_DATA message * (4 byte channel id + data) */