From f1f4b656e26ecfc44c26bcdf2f26c53e70cd92ed Mon Sep 17 00:00:00 2001 From: I-HSIN Cheng <57989092+vax-r@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:49:22 +0800 Subject: [PATCH] Fix typo (#55) --- scripts/verify.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/verify.sh b/scripts/verify.sh index 602cf13..e62861b 100755 --- a/scripts/verify.sh +++ b/scripts/verify.sh @@ -103,12 +103,12 @@ if [ $final_ret -eq 0 ]; then echo "==================================" # ping test: STA owl1 (10.0.0.2) <--> STA owl2 (10.0.0.3), - # should sucess, packet will be relayed by AP owl0 (10.0.0.1) + # should success, packet will be relayed by AP owl0 (10.0.0.1) echo echo "================================================================================" echo "Ping Test: STA owl1 (10.0.0.2) (connected) <--> STA owl2 (10.0.0.3) (connected)" echo - echo "(should sucess, packet will be relay by AP owl0 (10.0.0.1))" + echo "(should success, packet will be relay by AP owl0 (10.0.0.1))" echo "================================================================================" sudo ip netns exec ns1 ping -c 4 10.0.0.3 @@ -119,12 +119,12 @@ if [ $final_ret -eq 0 ]; then fi # ping test: STA owl2 (10.0.0.3) <--> AP owl0 (10.0.0.1), - # should sucess, packet will directly send/receive between STA and AP + # should success, packet will directly send/receive between STA and AP echo echo "================================================================================" echo "Ping Test: STA owl1 (10.0.0.3) (connected) <--> AP owl0 (10.0.0.1)" echo - echo "(should sucess, packet will directly send/receive between STA owl1 and AP owl0)" + echo "(should success, packet will directly send/receive between STA owl1 and AP owl0)" echo "================================================================================" sudo ip netns exec ns2 ping -c 4 10.0.0.1