summaryrefslogtreecommitdiffstats
path: root/packet.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 10:51:08 +0200
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 10:51:08 +0200
commitf676c57958c8e9a743f54a95479db478248d6fd0 (patch)
treea16cd2581a0b4156705cffeac2335a24778d8d79 /packet.c
parent - dtucker@cvs.openbsd.org 2006/08/05 08:28:24 (diff)
downloadopenssh-f676c57958c8e9a743f54a95479db478248d6fd0.tar.xz
openssh-f676c57958c8e9a743f54a95479db478248d6fd0.zip
- dtucker@cvs.openbsd.org 2006/08/05 08:34:04
[packet.c] Typo in comment
Diffstat (limited to '')
-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 @@
-/* $OpenBSD: packet.c,v 1.142 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: packet.c,v 1.143 2006/08/05 08:34:04 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -676,7 +676,7 @@ set_newkeys(int mode)
/*
* Delayed compression for SSH2 is enabled after authentication:
- * This happans on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent,
+ * This happens on the server side after a SSH2_MSG_USERAUTH_SUCCESS is sent,
* and on the client side after a SSH2_MSG_USERAUTH_SUCCESS is received.
*/
static void