You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2020/05/01 22:04:51 UTC

[kafka] branch trunk updated: MINOR: Fix typo "transation" in AddPartitionsToTxnRequest.json (#8557)

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

jgus 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 e5a7708  MINOR: Fix typo "transation" in AddPartitionsToTxnRequest.json (#8557)
e5a7708 is described below

commit e5a7708f03bee9a2090990c4c55e3a702e77527e
Author: Chia-Ping Tsai <ch...@gmail.com>
AuthorDate: Sat May 2 06:04:16 2020 +0800

    MINOR: Fix typo "transation" in AddPartitionsToTxnRequest.json (#8557)
    
    Reviewers: Jason Gustafson <ja...@confluent.io>
---
 .../src/main/resources/common/message/AddPartitionsToTxnRequest.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json b/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
index 13a5a6e..d413918 100644
--- a/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
+++ b/clients/src/main/resources/common/message/AddPartitionsToTxnRequest.json
@@ -28,7 +28,7 @@
     { "name": "ProducerEpoch", "type": "int16", "versions": "0+",
       "about": "Current epoch associated with the producer id." },
     { "name": "Topics", "type": "[]AddPartitionsToTxnTopic", "versions": "0+",
-      "about": "The partitions to add to the transation.", "fields": [
+      "about": "The partitions to add to the transaction.", "fields": [
       { "name": "Name", "type": "string", "versions": "0+", "mapKey": true, "entityType": "topicName",
         "about": "The name of the topic." },
       { "name": "Partitions", "type": "[]int32", "versions": "0+",