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

technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new e16671f1ff4 [fix][doc] Fix typos in TransactionBuilderImpl class 
(#21405)
e16671f1ff4 is described below

commit e16671f1ff4e255a7581cc75abb189910545e2a3
Author: hanmz <[email protected]>
AuthorDate: Mon Oct 23 18:23:41 2023 +0800

    [fix][doc] Fix typos in TransactionBuilderImpl class (#21405)
---
 .../apache/pulsar/client/impl/transaction/TransactionBuilderImpl.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-client/src/main/java/org/apache/pulsar/client/impl/transaction/TransactionBuilderImpl.java
 
b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/transaction/TransactionBuilderImpl.java
index c5e9d4781c5..0ebfb91e62d 100644
--- 
a/pulsar-client/src/main/java/org/apache/pulsar/client/impl/transaction/TransactionBuilderImpl.java
+++ 
b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/transaction/TransactionBuilderImpl.java
@@ -57,7 +57,7 @@ public class TransactionBuilderImpl implements 
TransactionBuilder {
                     new 
PulsarClientException.InvalidConfigurationException("Transactions are not 
enabled"));
         }
         // talk to TC to begin a transaction
-        //       the builder is responsible for locating the transaction 
coorindator (TC)
+        //       the builder is responsible for locating the transaction 
coordinator (TC)
         //       and start the transaction to get the transaction id.
         //       After getting the transaction id, all the operations are 
handled by the
         //       `TransactionImpl`

Reply via email to