Message ID | 20230622012627.15050-8-shamrocklee@posteo.net (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Fix comment typos about "transmit" | expand |
Hi Yueh-Shun, On 22/06/2023 03:26, Yueh-Shun Li wrote: > Spell "transmissions" properly. > > Found by searching for keyword "tranm". > > Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net> Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Thanks, Matt
diff --git a/tools/testing/selftests/net/mptcp/mptcp_connect.sh b/tools/testing/selftests/net/mptcp/mptcp_connect.sh index 773dd770a567..13561e5bc0cd 100755 --- a/tools/testing/selftests/net/mptcp/mptcp_connect.sh +++ b/tools/testing/selftests/net/mptcp/mptcp_connect.sh @@ -809,7 +809,7 @@ run_tests_disconnect() cat $cin $cin $cin > "$cin".disconnect - # force do_transfer to cope with the multiple tranmissions + # force do_transfer to cope with the multiple transmissions sin="$cin.disconnect" cin="$cin.disconnect" cin_disconnect="$old_cin"
Spell "transmissions" properly. Found by searching for keyword "tranm". Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net> --- tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)