We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04b085 commit 970f390Copy full SHA for 970f390
test/pickfirst_test.go
@@ -304,7 +304,7 @@ func (s) TestPickFirst_NewAddressWhileBlocking(t *testing.T) {
304
// pick_first LB policy is constantly trying to reconnect to the backend.
305
func (s) TestPickFirst_StickyTransientFailure(t *testing.T) {
306
// Spin up a local server which closes the connection as soon as it receives
307
- // 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.
308
lis, err := testutils.LocalTCPListener()
309
if err != nil {
310
t.Fatalf("Failed to create listener: %v", err)
0 commit comments