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