summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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