File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ the core sequence will exit and execution will jump to the recovery phases.
7272
7373- ** Election:**
7474 - Each replica runs a Verifiable Random Function (VRF); if selected as a
75- candidate, the replica broadcasts an ELECTION messsage accouncing it's
75+ candidate, the replica broadcasts an ELECTION message announcing its
7676 candidacy.
7777
7878- ** ElectionVote:**
@@ -113,7 +113,7 @@ the core sequence will exit and execution will jump to the recovery phases.
113113The two recovery phases address situations where errors cause a premature exit from a round:
114114
115115- ** Round Interrupt** :
116- - In this phase concensus is halted and reset. Each replica shares its current
116+ - In this phase consensus is halted and reset. Each replica shares its current
117117 View with all other replicas. This allows replicas to synchronize in the
118118 Pacemaker phase.
119119
@@ -426,7 +426,7 @@ block-beta
426426 E--"Replicas Send Candidacy"-->EV
427427 EV--"Replicas Choose Leader"-->P
428428 P--"Leader Proposes Block"-->PV
429- PV--"Replices Verify Proposal"-->PC
429+ PV--"Replicas Verify Proposal"-->PC
430430 PC--"Verified Majority"-->PCV
431431 PCV--"Replicas Validate Proposal"-->C
432432 C--"Majority Confirmed"-->CP
You can’t perform that action at this time.
0 commit comments