소스 검색

ZOOKEEPER-1706. Typo in Double Barriers example (Jingguo Yao via fpj)


git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1481718 13f79535-47bb-0310-9956-ffa450edef68
Flavio Paiva Junqueira 12 년 전
부모
커밋
0cd81fad33
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/docs/src/documentation/content/xdocs/recipes.xml

+ 2 - 0
CHANGES.txt

@@ -348,6 +348,8 @@ BUGFIXES:
   ZOOKEEPER-1697. large snapshots can cause continuous quorum failure
   (phunt via fpj)
 
+  ZOOKEEPER-1706. Typo in Double Barriers example (Jingguo Yao via fpj)
+
 IMPROVEMENTS:
 
   ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports,

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

@@ -216,7 +216,7 @@
 
                   <listitem>
                     <para>if <emphasis>p</emphasis> is the lowest process
-                      node in L, wait on highest process node in P</para>
+                      node in L, wait on highest process node in L</para>
                   </listitem>
 
                   <listitem>