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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 1702f91  [KYUUBI-SHADED #58] Fix typo mistake - commmitted
1702f91 is described below

commit 1702f916fa477997083864e59878b95015a69259
Author: Max Base (Seyyed Ali Mohammadiyeh) <maxbasec...@gmail.com>
AuthorDate: Thu May 22 14:16:20 2025 +0800

    [KYUUBI-SHADED #58] Fix typo mistake - commmitted
    
    Fix typo mistake - commmitted
    
    Closes #58 from BaseMax/max-updates-commmitted.
    
    88f0aaf [Max Base (Seyyed Ali Mohammadiyeh)] Fix typo mistake - commmitted
    
    Authored-by: Max Base (Seyyed Ali Mohammadiyeh) <maxbasec...@gmail.com>
    Signed-off-by: Cheng Pan <cheng...@apache.org>
---
 .../src/main/java/org/apache/zookeeper/KeeperException.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-36/src/main/java/org/apache/zookeeper/KeeperException.java
 
b/kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-36/src/main/java/org/apache/zookeeper/KeeperException.java
index 67b56c0..7d602c4 100644
--- 
a/kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-36/src/main/java/org/apache/zookeeper/KeeperException.java
+++ 
b/kyuubi-relocated-zookeeper-parent/kyuubi-relocated-zookeeper-36/src/main/java/org/apache/zookeeper/KeeperException.java
@@ -255,7 +255,7 @@ public abstract class KeeperException extends Exception {
     /** Invalid arguments */
     BADARGUMENTS(BadArguments),
     /**
-     * No quorum of new config is connected and up-to-date with the leader of 
last commmitted config
+     * No quorum of new config is connected and up-to-date with the leader of 
last committed config
      * - try invoking reconfiguration after new servers are connected and 
synced
      */
     NEWCONFIGNOQUORUM(NewConfigNoQuorum),

Reply via email to