This is an automated email from the ASF dual-hosted git repository.
sriharsha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new b282bbe Fixed Spelling. (#5432)
b282bbe is described below
commit b282bbe8bea48acc06b0c9b779787d45056b2155
Author: Jimmy Casey <[email protected]>
AuthorDate: Mon Aug 6 21:25:18 2018 +0100
Fixed Spelling. (#5432)
Reviewers: Sriharsha Chintalapani <[email protected]>
---
tests/kafkatest/tests/core/reassign_partitions_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kafkatest/tests/core/reassign_partitions_test.py
b/tests/kafkatest/tests/core/reassign_partitions_test.py
index 5abde72..c4397db 100644
--- a/tests/kafkatest/tests/core/reassign_partitions_test.py
+++ b/tests/kafkatest/tests/core/reassign_partitions_test.py
@@ -124,7 +124,7 @@ class ReassignPartitionsTest(ProduceConsumeValidateTest):
# Since the configured check interval is 5 seconds, we wait another
# 6 seconds to ensure that at least one more cleaning so that the last
# segment is deleted. An altenate to using timeouts is to poll each
- # partition untill the log start offset matches the end offset. The
+ # partition until the log start offset matches the end offset. The
# latter is more robust.
time.sleep(6)