summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:29:44 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:29:44 +0000
commitb40204bf22e6e9fb71db567715009fe338ab05c2 (patch)
treebc7892e3d44bfbc6353769730b065accbbe7695a /channels.c
parente229b25a9efc4924f9b45a34de0aef491ae35d09 (diff)
- markus@cvs.openbsd.org 2001/02/28 21:31:32
[channels.c] typo
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index defe5ecb..bca7268b 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 <openssl/rsa.h>
#include <openssl/dsa.h>
@@ -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)
*/