You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by an...@apache.org on 2019/01/08 16:21:37 UTC

[zookeeper] branch branch-3.5 updated: ZOOKEEPER-3210: typo in zookeeperInternals doc

This is an automated email from the ASF dual-hosted git repository.

andor pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new f38d519  ZOOKEEPER-3210: typo in zookeeperInternals doc
f38d519 is described below

commit f38d51988ce8638a428113baa7096e6de55ccde8
Author: Stanislav Knot <sk...@redhat.com>
AuthorDate: Tue Jan 8 17:21:00 2019 +0100

    ZOOKEEPER-3210: typo in zookeeperInternals doc
    
    Author: Stanislav Knot <sk...@redhat.com>
    
    Reviewers: fangmin@apache.org, andor@apache.org
    
    Closes #732 from stanlyDoge/patch-1
    
    (cherry picked from commit c358dce653874ae4b97ce26629e3ddba00c8b669)
    Signed-off-by: Andor Molnar <an...@apache.org>
---
 zookeeper-docs/src/main/resources/markdown/zookeeperInternals.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperInternals.md b/zookeeper-docs/src/main/resources/markdown/zookeeperInternals.md
index 84793f1..13cde10 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperInternals.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperInternals.md
@@ -185,7 +185,7 @@ to the leader, the leader will tell the follower to discard U.
 
 A new leader establishes a zxid to start using for new proposals by getting the
 epoch, e, of the highest zxid it has seen and setting the next zxid to use to be
-(e+1, 0), fter the leader syncs with a follower, it will propose a NEW_LEADER
+(e+1, 0), after the leader syncs with a follower, it will propose a NEW_LEADER
 proposal. Once the NEW_LEADER proposal has been committed, the leader will activate
 and start receiving and issuing proposals.