summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2018-03-16 12:31:09 +0000
committermpi <mpi@openbsd.org>2018-03-16 12:31:09 +0000
commit44c85a19f15136c6b2fcdea068777705bcb3dbb2 (patch)
tree4437b40449104cb04772bedf0fe871293e613068 /usr.sbin/npppd
parentSince most (if not all) ARMv8 hardware doesn't actually support trapping of (diff)
downloadwireguard-openbsd-44c85a19f15136c6b2fcdea068777705bcb3dbb2.tar.xz
wireguard-openbsd-44c85a19f15136c6b2fcdea068777705bcb3dbb2.zip
Consistently spell "IPsec" in comments and debug outputs.
From Raf Czlonka, ok sthen@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r--usr.sbin/npppd/l2tp/l2tp_ctrl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/npppd/l2tp/l2tp_ctrl.c b/usr.sbin/npppd/l2tp/l2tp_ctrl.c
index 688cbc377f4..7255d735872 100644
--- a/usr.sbin/npppd/l2tp/l2tp_ctrl.c
+++ b/usr.sbin/npppd/l2tp/l2tp_ctrl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: l2tp_ctrl.c,v 1.21 2015/12/05 18:43:36 mmcc Exp $ */
+/* $OpenBSD: l2tp_ctrl.c,v 1.22 2018/03/16 12:31:09 mpi Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -26,7 +26,7 @@
* SUCH DAMAGE.
*/
/**@file Control connection processing functions for L2TP LNS */
-/* $Id: l2tp_ctrl.c,v 1.21 2015/12/05 18:43:36 mmcc Exp $ */
+/* $Id: l2tp_ctrl.c,v 1.22 2018/03/16 12:31:09 mpi Exp $ */
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
@@ -442,7 +442,7 @@ l2tp_ctrl_purge_ipsec_sa(l2tp_ctrl *_this)
#endif
if (ipsec_util_purge_transport_sa((struct sockaddr *)&peer,
(struct sockaddr *)&sock, proto, IPSEC_UTIL_DIRECTION_BOTH) != 0)
- l2tp_ctrl_log(_this, LOG_NOTICE, "failed to purge IPSec SA");
+ l2tp_ctrl_log(_this, LOG_NOTICE, "failed to purge IPsec SA");
}
#endif