From 818659474c6284c2b03d8b1e90e4f36a44ca3890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Fri, 5 Jul 2024 12:25:43 +0200 Subject: [PATCH] Fix typo --- processors/isolate/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processors/isolate/processor.go b/processors/isolate/processor.go index 4e6cae061a8..e13f06a73bc 100644 --- a/processors/isolate/processor.go +++ b/processors/isolate/processor.go @@ -21,7 +21,7 @@ func NewLogProcessor(downstream log.Processor) *LogProcessor { return &LogProcessor{Processor: downstream} } -// LogProcessor is an [log.Processor] implementation clones the recieved log +// LogProcessor is an [log.Processor] implementation clones the received log // records in order to no share mutable data with subsequent registered processors. // // If the wrapped [log.Processor] is nil, calls to the LogProcessor methods