summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kafka/conn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/conn.py b/kafka/conn.py
index 749cc02..7266ae8 100644
--- a/kafka/conn.py
+++ b/kafka/conn.py
@@ -15,7 +15,7 @@ DEFAULT_KAFKA_PORT = 9092
def collect_hosts(hosts, randomize=True):
"""
- Collects a comma-separated set of hosts (host:port) and optionnaly
+ Collects a comma-separated set of hosts (host:port) and optionally
randomize the returned list.
"""