Repository: zookeeper
Updated Branches:
refs/heads/branch-3.4 2cc142572 -> 04b755369
ZOOKEEPER-2758: Fix typo
Continued from #210 and targeting the 3.4 branch as requested.
Author: Jeff Widman <jeff@jeffwidman.com>
Reviewers: Michael Han <hanm@apache.org>
Closes #228 from jeffwidman/patch-2
Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/04b75536
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/04b75536
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/04b75536
Branch: refs/heads/branch-3.4
Commit: 04b7553698d38b10f53aa8861fb07986e469c34f
Parents: 2cc1425
Author: Jeff Widman <jeff@jeffwidman.com>
Authored: Mon Apr 24 10:07:37 2017 -0700
Committer: Michael Han <hanm@apache.org>
Committed: Mon Apr 24 10:07:37 2017 -0700
----------------------------------------------------------------------
src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/zookeeper/blob/04b75536/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
----------------------------------------------------------------------
diff --git a/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml b/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
index 6d45121..27060e0 100644
--- a/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
+++ b/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
@@ -1668,7 +1668,7 @@ imok
</varlistentry>
<varlistentry>
- <term>incorrect placement of transasction log</term>
+ <term>incorrect placement of transaction log</term>
<listitem>
<para>The most performance critical part of ZooKeeper is the
|