Browse Source

ZOOKEEPER-2013. Typos in programmer guide. (Tim Chambers via Alex Shraer)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1619166 13f79535-47bb-0310-9956-ffa450edef68
Alexander Shraer 10 years ago
parent
commit
1c9c0b13b7
2 changed files with 4 additions and 2 deletions
  1. 2 0
      CHANGES.txt
  2. 2 2
      docs/zookeeperProgrammers.html

+ 2 - 0
CHANGES.txt

@@ -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).

+ 2 - 2
docs/zookeeperProgrammers.html

@@ -418,7 +418,7 @@ document.write("Last Published: " + document.lastModified);
     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: " + document.lastModified);
     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>