From c9e294b294f17081ac52380c2393777086f2868a Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 1 Jun 2020 04:38:37 +0000 Subject: [PATCH] Typo in error message --- tests/net/if_ipsec/t_ipsec_natt.sh | 6 +++--- tests/net/ipsec/t_ipsec_natt.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/net/if_ipsec/t_ipsec_natt.sh b/tests/net/if_ipsec/t_ipsec_natt.sh index ea0f4807edbb..5829a3cb9bf8 100644 --- a/tests/net/if_ipsec/t_ipsec_natt.sh +++ b/tests/net/if_ipsec/t_ipsec_natt.sh @@ -1,4 +1,4 @@ -# $NetBSD: t_ipsec_natt.sh,v 1.3 2019/08/19 03:22:05 ozaki-r Exp $ +# $NetBSD: t_ipsec_natt.sh,v 1.4 2020/06/01 04:38:37 martin Exp $ # # Copyright (c) 2018 Internet Initiative Japan Inc. # All rights reserved. @@ -389,7 +389,7 @@ test_ipsecif_natt_transport() port_a=$($HIJACKING_NPF npfctl list | grep $ip_local_a | awk -F 'shmif1:' '/4500/ {print $2;}') $DEBUG && echo port_a=$port_a if [ -z "$port_a" ]; then - atf_fail "Failed to get a traslated port on NAPT" + atf_fail "Failed to get a translated port on NAPT" fi # Setup ESP-UDP ipsecif(4) for first client under NAPT @@ -444,7 +444,7 @@ test_ipsecif_natt_transport() port_b=$($HIJACKING_NPF npfctl list | grep $ip_local_b | awk -F 'shmif1:' '/4500/ {print $2;}') $DEBUG && echo port_b=$port_b if [ -z "$port_b" ]; then - atf_fail "Failed to get a traslated port on NAPT" + atf_fail "Failed to get a translated port on NAPT" fi # Setup ESP-UDP ipsecif(4) for first client under NAPT diff --git a/tests/net/ipsec/t_ipsec_natt.sh b/tests/net/ipsec/t_ipsec_natt.sh index 080c4659bdcb..6b2cde0b0299 100644 --- a/tests/net/ipsec/t_ipsec_natt.sh +++ b/tests/net/ipsec/t_ipsec_natt.sh @@ -1,4 +1,4 @@ -# $NetBSD: t_ipsec_natt.sh,v 1.3 2019/08/19 03:22:05 ozaki-r Exp $ +# $NetBSD: t_ipsec_natt.sh,v 1.4 2020/06/01 04:38:37 martin Exp $ # # Copyright (c) 2017 Internet Initiative Japan Inc. # All rights reserved. @@ -328,7 +328,7 @@ test_ipsec_natt_transport_ipv4() port=$($HIJACKING_NPF npfctl list | awk -F 'shmif1:' '/4500/ {print $2;}') $DEBUG && echo port=$port if [ -z "$port" ]; then - atf_fail "Failed to get a traslated port on NAPT" + atf_fail "Failed to get a translated port on NAPT" fi # Create ESP-UDP IPsec connections