=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- src/usr.bin/ssh/channels.c 2001/02/28 21:27:48 1.95 +++ src/usr.bin/ssh/channels.c 2001/02/28 21:31:32 1.96 @@ -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 @@ !(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) */