From 970f3904762b82c64c0c7e81ca23ec6937b15b5b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 21 Jun 2024 02:20:35 +0900 Subject: [PATCH] test: fix typo in pickfirst_test.go (#7332) --- test/pickfirst_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pickfirst_test.go b/test/pickfirst_test.go index 750c23058543..a12a084d5fdb 100644 --- a/test/pickfirst_test.go +++ b/test/pickfirst_test.go @@ -304,7 +304,7 @@ func (s) TestPickFirst_NewAddressWhileBlocking(t *testing.T) { // pick_first LB policy is constantly trying to reconnect to the backend. func (s) TestPickFirst_StickyTransientFailure(t *testing.T) { // Spin up a local server which closes the connection as soon as it receives - // one. It also sends a signal on a channel whenver it received a connection. + // one. It also sends a signal on a channel whenever it received a connection. lis, err := testutils.LocalTCPListener() if err != nil { t.Fatalf("Failed to create listener: %v", err)