docs: fix spelling errors in the description (#22874)

Signed-off-by: ChengenH <hce19970702@gmail.com>
This commit is contained in:
Andi
2024-12-16 06:18:47 +00:00
committed by GitHub
parent a7372d932e
commit 6500a72e58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ func (c *consensus[T]) PrepareProposal(
// Abort any running OE so it cannot overlap with `PrepareProposal`. This could happen if optimistic
// `internalFinalizeBlock` from previous round takes a long time, but consensus has moved on to next round.
// Overlap is undesirable, since `internalFinalizeBlock` and `PrepareProoposal` could share access to
// Overlap is undesirable, since `internalFinalizeBlock` and `PrepareProposal` could share access to
// in-memory structs depending on application implementation.
// No-op if OE is not enabled.
// Similar call to Abort() is done in `ProcessProposal`.