Fix spelling errors in comments and documentation (#7492)
This commit is contained in:
@@ -11,7 +11,7 @@ This plugin writes telegraf metrics to files
|
||||
|
||||
## Use batch serialization format instead of line based delimiting. The
|
||||
## batch format allows for the production of non line based output formats and
|
||||
## may more effiently encode and write metrics.
|
||||
## may more efficiently encode and write metrics.
|
||||
# use_batch_format = false
|
||||
|
||||
## The file will be rotated after the time interval specified. When set
|
||||
|
||||
@@ -31,7 +31,7 @@ var sampleConfig = `
|
||||
|
||||
## Use batch serialization format instead of line based delimiting. The
|
||||
## batch format allows for the production of non line based output formats and
|
||||
## may more effiently encode metric groups.
|
||||
## may more efficiently encode metric groups.
|
||||
# use_batch_format = false
|
||||
|
||||
## The file will be rotated after the time interval specified. When set
|
||||
|
||||
Reference in New Issue
Block a user