[curator] branch master updated: Fix typo in ServiceProviderBuilder.java (#331)

2022-05-05 Thread tison
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 a5b24b8b Fix typo in ServiceProviderBuilder.java (#331)
a5b24b8b is described below

commit a5b24b8b5d954aea17fc0b1a50d23bb460482658
Author: Jingguo Yao 
AuthorDate: Fri May 6 00:17:12 2022 +0800

Fix typo in ServiceProviderBuilder.java (#331)
---
 .../java/org/apache/curator/x/discovery/ServiceProviderBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java
 
b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java
index 4c0544d6..b17a8adc 100644
--- 
a/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java
+++ 
b/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/ServiceProviderBuilder.java
@@ -68,7 +68,7 @@ public interface ServiceProviderBuilder
 
 /**
  * Add an instance filter. NOTE: this does not remove previously added 
filters. i.e.
- * a l;ist is created of all added filters. Filters are called in the 
order they were
+ * a list is created of all added filters. Filters are called in the order 
they were
  * added.
  *
  * @param filter filter to add



[curator] branch master updated: Fix typo in LeaderSelector.java (#325)

2022-04-29 Thread tison
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



[curator] branch master updated: Fix typo

2020-01-20 Thread cammckenzie
This is an automated email from the ASF dual-hosted git repository.

cammckenzie 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 c05a61b  Fix typo
c05a61b is described below

commit c05a61bb58e5625fa3ca29871d0d9971271fcf49
Author: 康智冬 
AuthorDate: Sun Jan 19 08:44:22 2020 +0800

Fix typo

fix typo
---
 .../java/org/apache/curator/framework/recipes/cache/NodeCache.java| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java
 
b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java
index 9687e1b..e7778ff 100644
--- 
a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java
+++ 
b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java
@@ -125,7 +125,7 @@ public class NodeCache implements Closeable
 };
 
 /**
- * @param client curztor client
+ * @param client curator client
  * @param path the full path to the node to cache
  */
 public NodeCache(CuratorFramework client, String path)
@@ -134,7 +134,7 @@ public class NodeCache implements Closeable
 }
 
 /**
- * @param client curztor client
+ * @param client curator client
  * @param path the full path to the node to cache
  * @param dataIsCompressed if true, data in the path is compressed
  */