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:40:13 UTC

svn commit: r1481722 - in /zookeeper/branches/branch-3.4: CHANGES.txt src/docs/src/documentation/content/xdocs/recipes.xml

Author: fpj
Date: Mon May 13 07:40:13 2013
New Revision: 1481722

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


Modified:
    zookeeper/branches/branch-3.4/CHANGES.txt
    zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/recipes.xml

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1481722&r1=1481721&r2=1481722&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Mon May 13 07:40:13 2013
@@ -60,9 +60,11 @@ BUGFIXES:
   ZOOKEEPER-1633. Introduce a protocol version to connection initiation
   message (Alexander Shraer via michim)
 
-  ZOOKEEPER-1697:  large snapshots can cause continuous quorum failure
+  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-1564. Allow JUnit test build with IBM Java

Modified: zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/recipes.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/recipes.xml?rev=1481722&r1=1481721&r2=1481722&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/recipes.xml (original)
+++ zookeeper/branches/branch-3.4/src/docs/src/documentation/content/xdocs/recipes.xml Mon May 13 07:40:13 2013
@@ -203,7 +203,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>