Skip to content
Snippets Groups Projects
Unverified Commit 402a0f16 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Fix typo

parent 5d4eec60
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment