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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae1d2ebe Fix typo in LeaderSelector.java (#325)
ae1d2ebe is described below

commit ae1d2ebeab6373b3a3b55c0d4a4a6e1593f7380b
Author: sdk2 <469656...@qq.com>
AuthorDate: Sat Apr 30 12:47:50 2022 +0800

    Fix typo in LeaderSelector.java (#325)
---
 .../org/apache/curator/framework/recipes/leader/LeaderSelector.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/leader/LeaderSelector.java
 
b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/leader/LeaderSelector.java
index 0bb448ad..4a331763 100644
--- 
a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/leader/LeaderSelector.java
+++ 
b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/leader/LeaderSelector.java
@@ -221,7 +221,7 @@ public class LeaderSelector implements Closeable
 
     /**
      * Re-queue an attempt for leadership. If this instance is already queued, 
nothing
-     * happens and false is returned. If the instance was not queued, it is 
re-qeued and true
+     * happens and false is returned. If the instance was not queued, it is 
re-queued and true
      * is returned
      *
      * @return true if re-queue is successful

Reply via email to