summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/channels.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2005-07-16 01:35:24 +0000
committerdjm <djm@openbsd.org>2005-07-16 01:35:24 +0000
commit20f4eae51de37e7e81716a53d2160e5853265a74 (patch)
tree0375c2b37a8e9717cdb2449392f4b1ed4228be5d /usr.bin/ssh/channels.c
parentFix handling of comma separated option value lists, broken in r1.20. (diff)
downloadwireguard-openbsd-20f4eae51de37e7e81716a53d2160e5853265a74.tar.xz
wireguard-openbsd-20f4eae51de37e7e81716a53d2160e5853265a74.zip
spacing
Diffstat (limited to 'usr.bin/ssh/channels.c')
-rw-r--r--usr.bin/ssh/channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c
index 17d04cdb0ab..ca85ce20e76 100644
--- a/usr.bin/ssh/channels.c
+++ b/usr.bin/ssh/channels.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.220 2005/07/04 14:04:11 markus Exp $");
+RCSID("$OpenBSD: channels.c,v 1.221 2005/07/16 01:35:24 djm Exp $");
#include "ssh.h"
#include "ssh1.h"
@@ -2952,7 +2952,7 @@ x11_request_forwarding_with_spoofing(int client_session_id, const char *disp,
/* Save protocol name. */
x11_saved_proto = xstrdup(proto);
/*
- * Extract real authentication data and generate fake data
+ * Extract real authentication data and generate fake data
* of the same length.
*/
x11_saved_data = xmalloc(data_len);