selftests: mptcp: connect: fix comment typo
authorYueh-Shun Li <shamrocklee@posteo.net>
Fri, 23 Jun 2023 17:34:14 +0000 (10:34 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 24 Jun 2023 22:37:57 +0000 (15:37 -0700)
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>
tools/testing/selftests/net/mptcp/mptcp_connect.sh

index 773dd77..13561e5 100755 (executable)
@@ -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"