From 153304d92b76a0d5adf0306200701cbc73e42989 Mon Sep 17 00:00:00 2001
From: Damien Krotkine <dams@zarb.org>
Date: Thu, 27 Apr 2017 20:10:00 +0200
Subject: [PATCH] it's -> its (#2728)

---
 plugins/outputs/kafka/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/outputs/kafka/README.md b/plugins/outputs/kafka/README.md
index 390407e1..8f50f181 100644
--- a/plugins/outputs/kafka/README.md
+++ b/plugins/outputs/kafka/README.md
@@ -9,7 +9,7 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
   ## Kafka topic for producer messages
   topic = "telegraf"
   ## Telegraf tag to use as a routing key
-  ##  ie, if this tag exists, it's value will be used as the routing key
+  ##  ie, if this tag exists, its value will be used as the routing key
   routing_tag = "host"
 
   ## CompressionCodec represents the various compression codecs recognized by
@@ -56,7 +56,7 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
 
 ### Optional parameters:
 
-* `routing_tag`:  if this tag exists, it's value will be used as the routing key
+* `routing_tag`:  if this tag exists, its value will be used as the routing key
 * `compression_codec`: What level of compression to use: `0` -> no compression, `1` -> gzip compression, `2` -> snappy compression
 * `required_acks`: a setting for how may `acks` required from the `kafka` broker cluster.
 * `max_retry`: Max number of times to retry failed write
-- 
GitLab