Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Sep 6, 2017
1 parent 843e6ac commit 359302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/outputs/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 359302a

Please sign in to comment.