Skip to content

Commit

Permalink
selftests: mptcp: connect: fix comment typo
Browse files Browse the repository at this point in the history
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>
Link: https://lore.kernel.org/r/20230623-send-net-next-20230623-v1-8-a883213c8ba9@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Yueh-Shun Li authored and Jakub Kicinski committed Jun 24, 2023
1 parent 9e9d176 commit e6b8a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/mptcp/mptcp_connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e6b8a78

Please sign in to comment.