Repository: zookeeper
Updated Branches:
refs/heads/master 5d8616525 -> a6b168a81
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
(cherry picked from commit 04b7553698d38b10f53aa8861fb07986e469c34f)
Signed-off-by: Michael Han <hanm@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/a6b168a8
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/a6b168a8
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/a6b168a8
Branch: refs/heads/master
Commit: a6b168a813089c4b52e9bd883452672a128fa7f8
Parents: 5d86165
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:58 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/a6b168a8/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 6db8e40..f5902ac 100644
--- a/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
+++ b/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
@@ -2135,7 +2135,7 @@ server.3=zoo3:2888:3888</programlisting>
</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
|