aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2023-06-23 11:16:32 +0200
committerMat Martineau <martineau@kernel.org>2023-06-23 10:16:23 -0700
commit808ee375c9535b0eb5ee310a1a9a27f4214d372f (patch)
tree7484813b079330c8770218637e685e7907c1d800
parent275557734e4eff4682bbabb890468950b7890cfc (diff)
downloadlinux-send-net-20230623.tar.gz
selftests: mptcp: connect: fix comment typosend-net-20230623
Spell "transmissions" properly. Found by searching for keyword "tranm". Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net> Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net> Signed-off-by: Mat Martineau <martineau@kernel.org>
-rwxr-xr-xtools/testing/selftests/net/mptcp/mptcp_connect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/mptcp/mptcp_connect.sh b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
index 773dd770a5670f..13561e5bc0cdba 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"