summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-02-19 21:11:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-02-19 21:11:24 +0000
commit0379b38f13e9a6e8e8f6ef6459165fc5673b3856 (patch)
tree88871bea19b5b36bd26d1e792b507ef6dd3d7209 /sbin
parent23b775fab884acb1570160ada54ec6bbe8a517b2 (diff)
IPsec is written ``IPsec'', not ``IPSec''.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/pf_key_v2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c
index 8cb91a2651c..56a27de5cba 100644
--- a/sbin/isakmpd/pf_key_v2.c
+++ b/sbin/isakmpd/pf_key_v2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf_key_v2.c,v 1.95 2002/01/25 13:07:23 ho Exp $ */
+/* $OpenBSD: pf_key_v2.c,v 1.96 2002/02/19 21:11:19 miod Exp $ */
/* $EOM: pf_key_v2.c,v 1.79 2000/12/12 00:33:19 niklas Exp $ */
/*
@@ -530,7 +530,7 @@ pf_key_v2_open (void)
struct sadb_msg msg;
struct pf_key_v2_msg *regmsg = 0, *ret = 0;
- /* Open the socket we use to speak to IPSec. */
+ /* Open the socket we use to speak to IPsec. */
pf_key_v2_socket = -1;
fd = socket (PF_KEY, SOCK_RAW, PF_KEY_V2);
if (fd == -1)