Skip to content

Commit 89790ea

Browse files
author
Ikko Eltociear Ashimine
authored
grpclb: fix typo (#6356)
1 parent 907bdaa commit 89790ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balancer/grpclb/grpclb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ func (s) TestGRPCLB_FallBackWithNoServerAddress(t *testing.T) {
973973
ctx, cancel := context.WithTimeout(context.Background(), defaultTestShortTimeout)
974974
defer cancel()
975975
if err := resolveNowCh.SendContext(ctx, nil); err != nil {
976-
t.Error("timeout when attemping to send on resolverNowCh")
976+
t.Error("timeout when attempting to send on resolverNowCh")
977977
}
978978
}
979979

0 commit comments

Comments
 (0)