浏览代码

ZOOKEEPER-1930. A typo in zookeeper recipes.html (Chengwei Yang via michim)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1598087 13f79535-47bb-0310-9956-ffa450edef68
Michi Mutsuzaki 11 年之前
父节点
当前提交
89962e2603
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/docs/src/documentation/content/xdocs/recipes.xml

+ 2 - 0
CHANGES.txt

@@ -919,6 +919,8 @@ IMPROVEMENTS:
   ZOOKEEPER-716. dump server memory detail to the log during startup
   (Michi Mutsuzaki via rakeshr)
 
+  ZOOKEEPER-1930. A typo in zookeeper recipes.html (Chengwei Yang via michim)
+
 headers
 
 Release 3.4.0 - 

+ 1 - 1
src/docs/src/documentation/content/xdocs/recipes.xml

@@ -603,7 +603,7 @@
     znodes that represent "proposals" of clients. The idea is to have a znode,
     say "/election", such that each znode creates a child znode "/election/guid-n_"
     with both flags SEQUENCE|EPHEMERAL. With the sequence flag, ZooKeeper
-    automatically appends a sequence number that is greater that any one
+    automatically appends a sequence number that is greater than any one
     previously appended to a child of "/election". The process that created
     the znode with the smallest appended sequence number is the leader.
     </para>