diff options
author | Yueh-Shun Li <[email protected]> | 2023-06-23 10:34:14 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-06-24 15:37:57 -0700 |
commit | e6b8a78ea266a2feeb3ac8cc6ed45bf667f6e405 (patch) | |
tree | 7c83a39ab73870aef9a27226a47f0731c4c063c5 | |
parent | 9e9d176df8e9aa74c9efc09ac1b4d348261cb630 (diff) |
selftests: mptcp: connect: fix comment typo
Spell "transmissions" properly.
Found by searching for keyword "tranm".
Reviewed-by: Matthieu Baerts <[email protected]>
Signed-off-by: Yueh-Shun Li <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rwxr-xr-x | tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 |
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 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" |