From a9104614f242e6d75a893634eb49b6576faaf1af Mon Sep 17 00:00:00 2001 From: guangwu Date: Sun, 22 Oct 2023 19:15:41 +0800 Subject: [PATCH] fix: typo --- cmux_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmux_test.go b/cmux_test.go index 7b3cfb7..55a944d 100644 --- a/cmux_test.go +++ b/cmux_test.go @@ -302,10 +302,10 @@ func TestTimeout(t *testing.T) { } Close() if rl != 3 { - log.Print("testTimeout failed: response from wrong sevice ", rl) + log.Print("testTimeout failed: response from wrong service ", rl) } if string(buffer[0:3]) != "any" { - log.Print("testTimeout failed: response from wrong sevice ") + log.Print("testTimeout failed: response from wrong service ") } time.Sleep(testDuration * 2) if len(result) != 2 {