From 89790ea90c7558600c40f5ccc1dae341f13befa1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 8 Jun 2023 13:02:21 +0900 Subject: [PATCH] grpclb: fix typo (#6356) --- balancer/grpclb/grpclb_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balancer/grpclb/grpclb_test.go b/balancer/grpclb/grpclb_test.go index 1df63a936..9dbfd3466 100644 --- a/balancer/grpclb/grpclb_test.go +++ b/balancer/grpclb/grpclb_test.go @@ -973,7 +973,7 @@ func (s) TestGRPCLB_FallBackWithNoServerAddress(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), defaultTestShortTimeout) defer cancel() if err := resolveNowCh.SendContext(ctx, nil); err != nil { - t.Error("timeout when attemping to send on resolverNowCh") + t.Error("timeout when attempting to send on resolverNowCh") } }