From b7e2e335dbaccc1866c8dfdfb55366234d70e74a Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Sun, 24 Oct 2021 09:50:13 -0700 Subject: [PATCH] Fix small typo (#4250) Signed-off-by: Bogdan Drutu --- receiver/otlpreceiver/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver/otlpreceiver/config.go b/receiver/otlpreceiver/config.go index f40052ec342..b6b694298f7 100644 --- a/receiver/otlpreceiver/config.go +++ b/receiver/otlpreceiver/config.go @@ -65,7 +65,7 @@ func (cfg *Config) Unmarshal(componentParser *config.Map) error { return err } - // next manually search for protocols in the config.Map, if a protocol is not present it means it is disable. + // next manually search for protocols in the config.Map, if a protocol is not present it means it is disabled. protocols, err := componentParser.Sub(protocolsFieldName) if err != nil { return err