diff options
author | 2018-02-05 18:30:29 +0000 | |
---|---|---|
committer | 2018-02-05 18:30:29 +0000 | |
commit | a06106b4824b25199d69848a586e63665912520a (patch) | |
tree | c5ee053268cabdbbd07ab7a0e9d5961d344409f5 | |
parent | Pass env(1) to ${SUDO}, not the other way around. Solves an issue when running (diff) | |
download | wireguard-openbsd-a06106b4824b25199d69848a586e63665912520a.tar.xz wireguard-openbsd-a06106b4824b25199d69848a586e63665912520a.zip |
typos
-rw-r--r-- | regress/sys/net/etherip/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sys/net/etherip/Makefile b/regress/sys/net/etherip/Makefile index b5937bf6884..9029e5c3f8a 100644 --- a/regress/sys/net/etherip/Makefile +++ b/regress/sys/net/etherip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/11/15 15:00:04 bluhm Exp $ +# $OpenBSD: Makefile,v 1.5 2018/02/05 18:30:29 anton Exp $ # Copyright (c) 2017 Alexander Bluhm <bluhm@openbsd.org> # Copyright (c) 2015 Vincent Gross <vgross@openbsd.org> @@ -15,7 +15,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# This tests creates a routing doamin setup with bridge, vether, +# This tests creates a routing domain setup with bridge, vether, # etherip, pair. Then ping packets are sent through these interfaces. # Finally the setup is destroyed. @@ -28,8 +28,8 @@ regress: @echo SKIPPED .endif -# This test uses routing doamin and interface number 11 and 12. -# Adjust it here, if ue want to use something else. +# This test uses routing domain and interface number 11 and 12. +# Adjust it here, if you want to use something else. N1 = 11 N2 = 12 NUMS = ${N1} ${N2} |