summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-09-19 11:15:50 +0800
committeriphydf <iphydf@users.noreply.github.com>2018-09-19 18:16:13 +0000
commitd3d5b701cb940e5f6c7cb2af199428fc8224e665 (patch)
tree227460e1cde95443856ccbc5f0bcf082874bd41c /auto_tests
parent758bd9aa871666e1003691531f22f6dc515625bf (diff)
Fix typos
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/TCP_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/TCP_test.c b/auto_tests/TCP_test.c
index fe699947..9206e265 100644
--- a/auto_tests/TCP_test.c
+++ b/auto_tests/TCP_test.c
@@ -691,7 +691,7 @@ START_TEST(test_tcp_connection)
691 "Could not add tcp relay to connection\n"); 691 "Could not add tcp relay to connection\n");
692 692
693 ck_assert_msg(new_tcp_connection_to(tc_2, tcp_connections_public_key(tc_1), 123) == -1, 693 ck_assert_msg(new_tcp_connection_to(tc_2, tcp_connections_public_key(tc_1), 123) == -1,
694 "Managed to readd same connection\n"); 694 "Managed to read same connection\n");
695 695
696 do_TCP_server_delay(tcp_s, mono_time, 50); 696 do_TCP_server_delay(tcp_s, mono_time, 50);
697 697