summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 18:51:08 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 18:51:08 +1000
commitf676c57958c8e9a743f54a95479db478248d6fd0 (patch)
treea16cd2581a0b4156705cffeac2335a24778d8d79 /packet.c
parentd6a23f20572f2abc9c1935da6b68b1979f8f83de (diff)
- dtucker@cvs.openbsd.org 2006/08/05 08:34:04
[packet.c] Typo in comment
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index f2e03f800..a4cb3324e 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.c,v 1.142 2006/08/03 03:34:42 deraadt Exp $ */ 1/* $OpenBSD: packet.c,v 1.143 2006/08/05 08:34:04 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -676,7 +676,7 @@ set_newkeys(int mode)
676 676
677/* 677/*
678 * Delayed compression for SSH2 is enabled after authentication: 678 * Delayed compression for SSH2 is enabled after authentication:
679 * This happans on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent, 679 * This happens on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent,
680 * and on the client side after a SSH2_MSG_USERAUTH_SUCCESS is received. 680 * and on the client side after a SSH2_MSG_USERAUTH_SUCCESS is received.
681 */ 681 */
682static void 682static void