chore: fix some function names

Signed-off-by: largemouth <largemouth@aliyun.com>
This commit is contained in:
largemouth
2024-05-15 11:41:23 +08:00
parent 9d358bc649
commit a1f36e48d3
2 changed files with 5 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ func TestConnectionCorrectness(t *testing.T) {
}
}
// TestConecurrentHandshakes verifies the listener's ability to not be blocked
// TestConcurrentHandshakes verifies the listener's ability to not be blocked
// by other pending handshakes. This is tested by opening multiple tcp
// connections with the listener, without completing any of the brontide acts.
// The test passes if real brontide dialer connects while the others are