spelling: encountered

This commit is contained in:
Josh Soref 2018-03-11 17:58:59 +00:00
parent e4dec6d817
commit 680bbd6d4f
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ type Telemetry struct {
CirconusCheckID string `mapstructure:"circonus_check_id"`
// CirconusCheckForceMetricActivation will force enabling metrics, as they are encountered,
// if the metric already exists and is NOT active. If check management is enabled, the default
// behavior is to add new metrics as they are encoutered. If the metric already exists in the
// behavior is to add new metrics as they are encountered. If the metric already exists in the
// check, it will *NOT* be activated. This setting overrides that behavior.
// Default: "false"
CirconusCheckForceMetricActivation string `mapstructure:"circonus_check_force_metric_activation"`