diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 10:51:08 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 10:51:08 +0200 |
commit | f676c57958c8e9a743f54a95479db478248d6fd0 (patch) | |
tree | a16cd2581a0b4156705cffeac2335a24778d8d79 /packet.c | |
parent | - dtucker@cvs.openbsd.org 2006/08/05 08:28:24 (diff) | |
download | openssh-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |