diff options
author | 2001-02-28 21:31:32 +0000 | |
---|---|---|
committer | 2001-02-28 21:31:32 +0000 | |
commit | 86844e5aa6d8d517e57561b26259f1fa13f99908 (patch) | |
tree | 21f34d1e7bc70a8763d8aaf605d858652c3ecbb4 | |
parent | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message (diff) | |
download | wireguard-openbsd-86844e5aa6d8d517e57561b26259f1fa13f99908.tar.xz wireguard-openbsd-86844e5aa6d8d517e57561b26259f1fa13f99908.zip |
typo
-rw-r--r-- | usr.bin/ssh/channels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c index cb1e3d8334d..03867eedca2 100644 --- a/usr.bin/ssh/channels.c +++ b/usr.bin/ssh/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) */ |