From 6493f13aabdb1685903e5edaae4a0ece3e67bbf6 Mon Sep 17 00:00:00 2001 From: VihasMakwana <121151420+VihasMakwana@users.noreply.github.com> Date: Thu, 3 Oct 2024 03:55:15 +0530 Subject: [PATCH] [chore][pkg/stanza] fix the grammar (#35564) Fix a nit --- pkg/stanza/adapter/receiver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/stanza/adapter/receiver.go b/pkg/stanza/adapter/receiver.go index bacef52533f4..61124e3bf3c7 100644 --- a/pkg/stanza/adapter/receiver.go +++ b/pkg/stanza/adapter/receiver.go @@ -65,7 +65,7 @@ func (r *receiver) Start(ctx context.Context, host component.Host) error { // ... // * second one which reads all the logs produced by the converter - // (aggregated by Resource) and then calls consumer to consumer them. + // (aggregated by Resource) and then calls consumer to consume them. r.consumeWg.Add(1) go r.consumerLoop(rctx)