This is an automated email from the ASF dual-hosted git repository.

chia7712 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 b18a109a52e MINOR: Fix typo 'overidden' to 'overridden' in 
produce_consume_validate.py (#21604)
b18a109a52e is described below

commit b18a109a52e82be2c117dbdab9aa4cab0e7d945d
Author: 조형준 <[email protected]>
AuthorDate: Tue Mar 3 02:50:47 2026 +0900

    MINOR: Fix typo 'overidden' to 'overridden' in produce_consume_validate.py 
(#21604)
    
    Fix typo `overidden` -> `overridden` in produce_consume_validate.py.
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 tests/kafkatest/tests/produce_consume_validate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kafkatest/tests/produce_consume_validate.py 
b/tests/kafkatest/tests/produce_consume_validate.py
index c691cbc12b0..3209cc962bb 100644
--- a/tests/kafkatest/tests/produce_consume_validate.py
+++ b/tests/kafkatest/tests/produce_consume_validate.py
@@ -30,7 +30,7 @@ class ProduceConsumeValidateTest(Test):
     def __init__(self, test_context):
         super(ProduceConsumeValidateTest, 
self).__init__(test_context=test_context)
         # How long to wait for the producer to declare itself healthy? This can
-        # be overidden by inheriting classes.
+        # be overridden by inheriting classes.
         self.producer_start_timeout_sec = 20
 
         # How long to wait for the consumer to start consuming messages?

Reply via email to