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

cmccabe pushed a commit to branch 3.7
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.7 by this push:
     new 2c3674dbf83 MINOR: Fix typo in javadoc (#15031)
2c3674dbf83 is described below

commit 2c3674dbf83cc85b6935b99398943ce72e6158b8
Author: jiangyuan <joe469391...@gmail.com>
AuthorDate: Tue Dec 19 00:35:13 2023 +0800

    MINOR: Fix typo in javadoc (#15031)
    
    Reviewers: Divij Vaidya <di...@amazon.com>
---
 .../src/main/java/org/apache/kafka/message/MessageClassGenerator.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/generator/src/main/java/org/apache/kafka/message/MessageClassGenerator.java 
b/generator/src/main/java/org/apache/kafka/message/MessageClassGenerator.java
index 83117560a80..9b5f730b8ff 100644
--- 
a/generator/src/main/java/org/apache/kafka/message/MessageClassGenerator.java
+++ 
b/generator/src/main/java/org/apache/kafka/message/MessageClassGenerator.java
@@ -27,7 +27,7 @@ public interface MessageClassGenerator {
     String outputName(MessageSpec spec);
 
     /**
-     * Generate the convertere, and then write it out.
+     * Generate the converter, and then write it out.
      *
      * @param spec      The message to generate a converter for.
      * @param writer    The writer to write out the state to.

Reply via email to