This commit is contained in:
Daniel Nelson 2017-09-06 14:19:42 -07:00
parent 5d4eec606f
commit 402a0f16e1
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ func ValidateTopicSuffixMethod(method string) error {
return nil
}
}
return fmt.Errorf("Unkown topic suffix method provided: %s", method)
return fmt.Errorf("Unknown topic suffix method provided: %s", method)
}
func (k *Kafka) GetTopicName(metric telegraf.Metric) string {