summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay
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/dhcrelay
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/dhcrelay')
-rw-r--r--usr.sbin/dhcrelay/dhcrelay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcrelay/dhcrelay.c b/usr.sbin/dhcrelay/dhcrelay.c
index 7ae9b1e80be..21025defa46 100644
--- a/usr.sbin/dhcrelay/dhcrelay.c
+++ b/usr.sbin/dhcrelay/dhcrelay.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcrelay.c,v 1.63 2017/07/05 11:11:56 reyk Exp $ */
+/* $OpenBSD: dhcrelay.c,v 1.64 2018/03/16 12:31:09 mpi Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
@@ -174,7 +174,7 @@ main(int argc, char *argv[])
fatalx("don't mix interfaces with hosts");
if (sp->intf->hw_address.htype == HTYPE_IPSEC_TUNNEL)
- fatalx("can't use IPSec with layer 2");
+ fatalx("can't use IPsec with layer 2");
sp->next = servers;
servers = sp;