You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by fp...@apache.org on 2013/05/13 09:32:47 UTC

svn commit: r1481718 - in /zookeeper/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/recipes.xml

Author: fpj
Date: Mon May 13 07:32:47 2013
New Revision: 1481718

URL: http://svn.apache.org/r1481718
Log:
ZOOKEEPER-1706.  Typo in Double Barriers example (Jingguo Yao via fpj)


Modified:
    zookeeper/trunk/CHANGES.txt
    zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml

Modified: zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1481718&r1=1481717&r2=1481718&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Mon May 13 07:32:47 2013
@@ -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,

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml?rev=1481718&r1=1481717&r2=1481718&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/recipes.xml Mon May 13 07:32:47 2013
@@ -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>