Skip to content

Commit 38c0cfa

Browse files
authored
Merge pull request #452 from CryptAm/patch-1
docs: fix typos in `bft` documentation
2 parents 67336f7 + b4a793d commit 38c0cfa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bft/bft.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
113113
The 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

0 commit comments

Comments
 (0)