Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"

There are two spelling mistakes in check_fail messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210118111902.71096-1-colin.king@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Colin Ian King and committed by
Jakub Kicinski
eaaf6112 c2e315b8

+2 -2
+2 -2
tools/testing/selftests/net/forwarding/tc_chains.sh
··· 136 136 137 137 tc filter add dev $h2 ingress protocol ip pref 1 handle 1102 \ 138 138 flower src_mac $h2mac action drop &> /dev/null 139 - check_fail $? "Incorrectly succeded to insert filter which does not template" 139 + check_fail $? "Incorrectly succeeded to insert filter which does not template" 140 140 141 141 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \ 142 142 flower src_mac $h2mac action drop ··· 144 144 145 145 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1102 \ 146 146 flower dst_mac $h2mac action drop &> /dev/null 147 - check_fail $? "Incorrectly succeded to insert filter which does not template" 147 + check_fail $? "Incorrectly succeeded to insert filter which does not template" 148 148 149 149 tc filter del dev $h2 ingress chain 1 protocol ip pref 1 handle 1102 \ 150 150 flower &> /dev/null