We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07583f8 commit 6a27ff0Copy full SHA for 6a27ff0
curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/CuratorCache.java
@@ -39,7 +39,7 @@
39
* <ul>
40
* <li>Pre-network partition the cache contains "/foo" and "/foo/bar"</li>
41
* <li>A network partition occurs and your Curator client loses connection to the server</li>
42
- * <li>Image another client that isn't partitioned, deletes "/foo/bar" and then a third client re-creates "/foo/bar"</li>
+ * <li>Imagine another client that isn't partitioned, deletes "/foo/bar" and then a third client re-creates "/foo/bar"</li>
43
* <li>Your client's partition is fixed. The cache will only see <em>one</em> change - the third client's re-create</li>
44
* </ul>
45
*
0 commit comments