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 6b96735872f MINOR: Fix typo in GetOffsetShell (#20277)
6b96735872f is described below

commit 6b96735872f4abf38b0c6440e29d92b6f205edc8
Author: majialong <[email protected]>
AuthorDate: Fri Aug 1 00:48:31 2025 +0800

    MINOR: Fix typo in GetOffsetShell (#20277)
    
    Fix typo in GetOffsetShell : `visible for tseting` -> `Visible for
    testing`
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 tools/src/main/java/org/apache/kafka/tools/GetOffsetShell.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/src/main/java/org/apache/kafka/tools/GetOffsetShell.java 
b/tools/src/main/java/org/apache/kafka/tools/GetOffsetShell.java
index 4b46f336087..8cc9428afbd 100644
--- a/tools/src/main/java/org/apache/kafka/tools/GetOffsetShell.java
+++ b/tools/src/main/java/org/apache/kafka/tools/GetOffsetShell.java
@@ -263,7 +263,7 @@ public class GetOffsetShell {
         }
     }
 
-    // visible for tseting
+    // Visible for testing
     static OffsetSpec parseOffsetSpec(String listOffsetsTimestamp) throws 
TerseException {
         switch (listOffsetsTimestamp) {
             case "earliest":

Reply via email to