From f676c57958c8e9a743f54a95479db478248d6fd0 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 5 Aug 2006 18:51:08 +1000 Subject: [PATCH] - dtucker@cvs.openbsd.org 2006/08/05 08:34:04 [packet.c] Typo in comment --- ChangeLog | 5 ++++- packet.c | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45939e6d8..37e6532af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -115,6 +115,9 @@ - dtucker@cvs.openbsd.org 2006/08/05 08:28:24 [monitor_wrap.c auth-skey.c auth2-chall.c] Zap unused variables in -DSKEY code. ok djm@ + - dtucker@cvs.openbsd.org 2006/08/05 08:34:04 + [packet.c] + Typo in comment 20060804 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent @@ -5185,4 +5188,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4468 2006/08/05 08:50:35 dtucker Exp $ +$Id: ChangeLog,v 1.4469 2006/08/05 08:51:08 dtucker Exp $ 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 * Copyright (c) 1995 Tatu Ylonen , 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