Fix a typo:
  instaces -> instances

The typo has been identified using codespell, and the tool does not
report any additional issues in the selftests considered.

Signed-off-by: Andrea Mayer <andrea.ma...@uniroma2.it>
---
 tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh   | 2 +-
 tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh | 2 +-
 tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh      | 2 +-
 tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh 
b/tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh
index ba730655a7bf..4bc135e5c22c 100755
--- a/tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh
+++ b/tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh
@@ -594,7 +594,7 @@ setup_rt_local_sids()
                dev "${DUMMY_DEVNAME}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behavior instaces are grouped together in the 'localsid'
+       # Endpoint behavior instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule \
                add to "${VPN_LOCATOR_SERVICE}::/16" \
diff --git a/tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh 
b/tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh
index bedf0ce885c2..34b781a2ae74 100755
--- a/tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh
+++ b/tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh
@@ -681,7 +681,7 @@ setup_rt_local_sids()
         set_underlay_sids_reachability "${rt}" "${rt_neighs}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behavior instaces are grouped together in the 'localsid'
+       # Endpoint behavior instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule \
                add to "${VPN_LOCATOR_SERVICE}::/16" \
diff --git a/tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh 
b/tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh
index 3efce1718c5f..6a68c7eff1dc 100755
--- a/tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh
+++ b/tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh
@@ -395,7 +395,7 @@ setup_rt_local_sids()
                dev "${VRF_DEVNAME}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behavior instaces are grouped together in the 'localsid'
+       # Endpoint behavior instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule \
                add to "${VPN_LOCATOR_SERVICE}::/16" \
diff --git a/tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh 
b/tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh
index cabc70538ffe..0979b5316fdf 100755
--- a/tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh
+++ b/tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh
@@ -343,7 +343,7 @@ setup_rt_local_sids()
                encap seg6local action End dev "${DUMMY_DEVNAME}"
 
        # all SIDs for VPNs start with a common locator. Routes and SRv6
-       # Endpoint behaviors instaces are grouped together in the 'localsid'
+       # Endpoint behaviors instances are grouped together in the 'localsid'
        # table.
        ip -netns "${nsname}" -6 rule add \
                to "${VPN_LOCATOR_SERVICE}::/16" \
-- 
2.20.1


Reply via email to