Github user dragonsinth commented on a diff in the pull request:
https://github.com/apache/curator/pull/250#discussion_r167673103
--- Diff:
curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/TreeCache.java
---
@@ -704,8 +687,7 @@ private TreeNode find(String findPath)
{
TreeNode childNode = entry.getValue();
ChildData childData = childNode.childData;
- // Double-check liveness after retreiving data.
--- End diff --
I kind of liked this comment, although I misspelled "retrieving" here and
below
---