You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:17 UTC

[22/52] [abbrv] git commit: wip

wip


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/c43ddc51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/c43ddc51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/c43ddc51

Branch: refs/heads/master
Commit: c43ddc5158ce924adf9a569390bef24808fddd92
Parents: e0f9e75
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Sat Mar 9 22:36:15 2013 -0800
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Sat Mar 9 22:36:15 2013 -0800

----------------------------------------------------------------------
 .../src/site/confluence/leader-election.confluence |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/c43ddc51/curator-recipes/src/site/confluence/leader-election.confluence
----------------------------------------------------------------------
diff --git a/curator-recipes/src/site/confluence/leader-election.confluence b/curator-recipes/src/site/confluence/leader-election.confluence
index 85fde0a..ddc1636 100644
--- a/curator-recipes/src/site/confluence/leader-election.confluence
+++ b/curator-recipes/src/site/confluence/leader-election.confluence
@@ -3,7 +3,7 @@ h1. Leader Election
 h2. Description
 In distributed computing, leader election is the process of designating a single process as the organizer of some task distributed among several computers (nodes). Before the task is begun, all network nodes are unaware which node will serve as the "leader," or coordinator, of the task. After a leader election algorithm has been run, however, each node throughout the network recognizes a particular, unique node as the task leader.
 
-NOTE: Curator has two leader election recipes. Which one two use depends on your requirements.
+NOTE: Curator has two leader election recipes. Which one to use depends on your requirements.
 
 h2. Participating Classes
 * LeaderSelector