You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by sh...@apache.org on 2014/08/20 19:19:38 UTC

svn commit: r1619167 - in /zookeeper/branches/branch-3.5: CHANGES.txt docs/zookeeperProgrammers.html

Author: shralex
Date: Wed Aug 20 17:19:38 2014
New Revision: 1619167

URL: http://svn.apache.org/r1619167
Log:
ZOOKEEPER-2013. Typos in programmer guide. (Tim Chambers via Alex Shraer)

Modified:
    zookeeper/branches/branch-3.5/CHANGES.txt
    zookeeper/branches/branch-3.5/docs/zookeeperProgrammers.html

Modified: zookeeper/branches/branch-3.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/CHANGES.txt?rev=1619167&r1=1619166&r2=1619167&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.5/CHANGES.txt Wed Aug 20 17:19:38 2014
@@ -43,6 +43,8 @@ NEW FEATURES:
   (Skye Wanderman-Milne, Bill Havanki via phunt)
 
 BUGFIXES:
+  ZOOKEEPER-2013. Typos in programmer guide. (Tim Chambers via Alex Shraer)
+
   ZOOKEEPER-2006. Standalone mode won't take client port from dynamic config. (Hongchao Deng via Alex Shraer)
 
   ZOOKEEPER-2008. Missing leader election port in system test. (Kfir Lev-Ari via Alex Shraer).

Modified: zookeeper/branches/branch-3.5/docs/zookeeperProgrammers.html
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/docs/zookeeperProgrammers.html?rev=1619167&r1=1619166&r2=1619167&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/docs/zookeeperProgrammers.html (original)
+++ zookeeper/branches/branch-3.5/docs/zookeeperProgrammers.html Wed Aug 20 17:19:38 2014
@@ -418,7 +418,7 @@ document.write("Last Published: " + docu
     useful, ZooKeeper-related information.</p>
 <p>Most of information in this document is written to be accessible as
     stand-alone reference material. However, before starting your first
-    ZooKeeper application, you should probably at least read the chaptes on
+    ZooKeeper application, you should probably at least read the chapters on
     the <a href="#ch_zkDataModel">ZooKeeper Data Model</a> and <a href="#ch_guideToZkOperations">ZooKeeper Basic Operations</a>. Also,
     the <a href="#ch_programStructureWithExample">Simple Programmming
     Example</a> <em>[tbd]</em> is helpful for understanding the basic
@@ -434,7 +434,7 @@ document.write("Last Published: " + docu
     data associated with it as well as children. It is like having a file
     system that allows a file to also be a directory. Paths to nodes are
     always expressed as canonical, absolute, slash-separated paths; there are
-    no relative reference. Any unicode character can be used in a path subject
+    no relative references. Any unicode character can be used in a path subject
     to the following constraints:</p>
 <ul>