Skip to content

Commit

Permalink
misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Jul 22, 2024
1 parent 029b11a commit 8773532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/otelarrowreceiver/otelarrow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8773532

Please sign in to comment.