You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2015/04/21 17:31:14 UTC

[2/4] curator git commit: doc update

doc update


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/dd03a631
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/dd03a631
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/dd03a631

Branch: refs/heads/master
Commit: dd03a63132e5ffe97dba7f1a5b80d72e04a544e7
Parents: 7fe94bb
Author: randgalt <ra...@apache.org>
Authored: Mon Apr 6 17:27:45 2015 -0500
Committer: randgalt <ra...@apache.org>
Committed: Mon Apr 6 17:27:45 2015 -0500

----------------------------------------------------------------------
 .../org/apache/curator/framework/recipes/locks/ChildReaper.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/dd03a631/curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/ChildReaper.java
----------------------------------------------------------------------
diff --git a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/ChildReaper.java b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/ChildReaper.java
index ee5c414..a0a3fd0 100644
--- a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/ChildReaper.java
+++ b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/locks/ChildReaper.java
@@ -219,7 +219,7 @@ public class ChildReaper implements Closeable
      * If a node has so many children that {@link CuratorFramework#getChildren()} will fail
      * (due to jute.maxbuffer) it can cause connection instability. Set the max number of
      * children here to prevent the path from being queried in these cases. The number should usually
-     * be: avergage-node-name/1000000
+     * be: average-node-name-length/1000000
      *
      * @param maxChildren max children
      */