Skip to content

Commit

Permalink
Fix typo in k8sclusterreceiver config.go file (open-telemetry#24445)
Browse files Browse the repository at this point in the history
Fixing a typo in the description of the distribution mapstructure.
  • Loading branch information
theletterf authored Jul 24, 2023
1 parent 8a4348c commit 13ff018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/k8sclusterreceiver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Config struct {
// List of exporters to which metadata from this receiver should be forwarded to.
MetadataExporters []string `mapstructure:"metadata_exporters"`

// Whether OpenShift supprot should be enabled or not.
// Whether OpenShift support should be enabled or not.
Distribution string `mapstructure:"distribution"`

// Collection interval for metadata.
Expand Down

0 comments on commit 13ff018

Please sign in to comment.