summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-02-15 09:16:53 -0800
committerDana Powers <dana.powers@gmail.com>2016-02-15 09:16:53 -0800
commit48a71beb2f8c565debd9ea07fc8ada7a2210cbdf (patch)
tree676429b0ebb939833ddf89bd0695b6886f07e658
parente90094ca82a23934eb08a3e19dc1c248ca0e525e (diff)
downloadkafka-python-48a71beb2f8c565debd9ea07fc8ada7a2210cbdf.tar.gz
Fix Typos (Issue 536)
-rw-r--r--docs/conf.py2
-rw-r--r--kafka/consumer/group.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 66f9663..c7da0bc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
project = u'kafka-python'
-copyright = u'2016 -- Dana Powes, David Arthur, and Contributors'
+copyright = u'2016 -- Dana Powers, David Arthur, and Contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py
index ebba440..c153063 100644
--- a/kafka/consumer/group.py
+++ b/kafka/consumer/group.py
@@ -483,7 +483,7 @@ class KafkaConsumer(six.Iterator):
message that is produced. It may be useful for calculating lag, by
comparing with the reported position. Note that both position and
highwater refer to the *next* offset -- i.e., highwater offset is
- one greater than the newest availabel message.
+ one greater than the newest available message.
Highwater offsets are returned in FetchResponse messages, so will
not be available if not FetchRequests have been sent for this partition