diff --git a/receiver/otelarrowreceiver/otelarrow_test.go b/receiver/otelarrowreceiver/otelarrow_test.go index 1a4980d9294f..0d619bfddade 100644 --- a/receiver/otelarrowreceiver/otelarrow_test.go +++ b/receiver/otelarrowreceiver/otelarrow_test.go @@ -366,7 +366,7 @@ func TestOTelArrowShutdown(t *testing.T) { var recvWG sync.WaitGroup recvWG.Add(1) - // Recieve batch responses. See the comment on + // Receive batch responses. See the comment on // https://pkg.go.dev/google.golang.org/grpc#ClientConn.NewStream // to explain why this must be done. We do not use the // return value, this just avoids leaking the stream context,