Skip to content

Commit 6a7e8b5

Browse files
sumanth-gavinikuba-moo
authored andcommitted
selftests: net: Fix spellings
Fix "withouth" to "without" Fix "instaces" to "instances" Signed-off-by: Sumanth Gavini <[email protected]> Reviewed-by: Andrea Mayer <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 20d9b73 commit 6a7e8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/testing/selftests/net/srv6_end_flavors_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ __get_srv6_rtcfg_id()
399399

400400
# Given the description of a router <id:op> as an input, the function returns
401401
# the <op> token which represents the operation (e.g. End behavior with or
402-
# withouth flavors) configured for the node.
402+
# without flavors) configured for the node.
403403

404404
# Note that when the operation represents an End behavior with a list of
405405
# flavors, the output is the ordered version of that list.
@@ -480,7 +480,7 @@ setup_rt_local_sids()
480480

481481

482482
# all SIDs start with a common locator. Routes and SRv6 Endpoint
483-
# behavior instaces are grouped together in the 'localsid' table.
483+
# behavior instances are grouped together in the 'localsid' table.
484484
ip -netns "${nsname}" -6 rule \
485485
add to "${LOCATOR_SERVICE}::/16" \
486486
lookup "${LOCALSID_TABLE_ID}" prio 999

0 commit comments

Comments
 (0)