Skip to content

Commit d0f7c8d

Browse files
VihasMakwanajriguera
authored andcommitted
[chore][pkg/stanza] fix the grammar (open-telemetry#35564)
Fix a nit
1 parent bebfd85 commit d0f7c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stanza/adapter/receiver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (r *receiver) Start(ctx context.Context, host component.Host) error {
6565

6666
// ...
6767
// * second one which reads all the logs produced by the converter
68-
// (aggregated by Resource) and then calls consumer to consumer them.
68+
// (aggregated by Resource) and then calls consumer to consume them.
6969
r.consumeWg.Add(1)
7070
go r.consumerLoop(rctx)
7171

0 commit comments

Comments
 (0)