diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 19:35:56 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 19:35:56 +0000 |
commit | 7058b01dd69a54ebeebded3e12759205719bdb6c (patch) | |
tree | 2cd94624ee4a62a263b8b61809f526578dc59d3e /sbin/isakmpd/ike_quick_mode.c | |
parent | 54932ac15767983c83a36d88a197ee2eee87617a (diff) |
Big spelling cleanup, no binary change. From david@
Diffstat (limited to 'sbin/isakmpd/ike_quick_mode.c')
-rw-r--r-- | sbin/isakmpd/ike_quick_mode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/ike_quick_mode.c b/sbin/isakmpd/ike_quick_mode.c index b8e71664e32..f72eb598964 100644 --- a/sbin/isakmpd/ike_quick_mode.c +++ b/sbin/isakmpd/ike_quick_mode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ike_quick_mode.c,v 1.97 2005/11/14 23:25:11 deraadt Exp $ */ +/* $OpenBSD: ike_quick_mode.c,v 1.98 2006/06/02 19:35:55 hshoexer Exp $ */ /* $EOM: ike_quick_mode.c,v 1.139 2001/01/26 10:43:17 niklas Exp $ */ /* @@ -1327,7 +1327,7 @@ post_quick_mode(struct message *msg) /* * There are two SAs for each SA negotiation, - * incoming and outcoing. + * incoming and outgoing. */ for (i = 0; i < 2; i++) { prf = prf_alloc(isa->prf_type, isa->hash, |