Skip to content

Commit

Permalink
Fix small typo (#4250)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Oct 24, 2021
1 parent c3aa782 commit b7e2e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/otlpreceiver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7e2e33

Please sign in to comment.