Fix spelling errors in comments and documentation (#7492)

This commit is contained in:
Josh Soref
2020-05-14 03:41:58 -04:00
committed by GitHub
parent c78045c13f
commit 2c56d6de81
134 changed files with 215 additions and 215 deletions

View File

@@ -53,7 +53,7 @@ type pluginData struct {
// parse JSON from fluentd Endpoint
// Parameters:
// data: unprocessed json recivied from endpoint
// data: unprocessed json received from endpoint
//
// Returns:
// pluginData: slice that contains parsed plugins
@@ -76,7 +76,7 @@ func parse(data []byte) (datapointArray []pluginData, err error) {
// Description - display description
func (h *Fluentd) Description() string { return description }
// SampleConfig - generate configuretion
// SampleConfig - generate configuration
func (h *Fluentd) SampleConfig() string { return sampleConfig }
// Gather - Main code responsible for gathering, processing and creating metrics