summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-11-07 19:20:50 -0800
committerGitHub <noreply@github.com>2018-11-07 19:20:50 -0800
commit9d44e3cf8b6a75b11f1087282157aa48eba68a64 (patch)
tree8a66955e4ae1290a63b9cdd45ff94defba645083
parent3689da3d5c02e362d872cf1fb2d65201419c4b93 (diff)
downloadkafka-python-9d44e3cf8b6a75b11f1087282157aa48eba68a64.tar.gz
Fix typo
-rw-r--r--kafka/admin/kafka.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/admin/kafka.py b/kafka/admin/kafka.py
index 37a80a7..fbbbcc2 100644
--- a/kafka/admin/kafka.py
+++ b/kafka/admin/kafka.py
@@ -209,7 +209,7 @@ class KafkaAdmin(object):
self._metrics.close()
self._client.close()
self._closed = True
- log.debug('Kafka administartion interface has closed')
+ log.debug('Kafka administration interface has closed')
def _matching_api_version(self, operation):
"""Find matching api version, the lesser of either the latest api version the library supports, or