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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 338374c360 Fix typo in split-brain-resolver.md (#1428)
338374c360 is described below

commit 338374c36047815af3a9386609ee38dfca2e1858
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Aug 8 13:51:14 2024 +0100

    Fix typo in split-brain-resolver.md (#1428)
---
 docs/src/main/paradox/split-brain-resolver.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/main/paradox/split-brain-resolver.md 
b/docs/src/main/paradox/split-brain-resolver.md
index 0b9357c68d..f16843e37a 100644
--- a/docs/src/main/paradox/split-brain-resolver.md
+++ b/docs/src/main/paradox/split-brain-resolver.md
@@ -337,8 +337,8 @@ See also @ref[Down all when 
unstable](#down-all-when-unstable) and @ref:[indirec
 ### Lease
 
 The strategy named `lease-majority` is using a distributed lease (lock) to 
decide what nodes that are allowed to
-survive. Only one SBR instance can acquire the lease make the decision to 
remain up. The other side will
-not be able to aquire the lease and will therefore down itself.
+survive. Only one SBR instance can acquire the lease and make the decision to 
remain up. The other side will
+not be able to acquire the lease and will therefore down itself.
 
 Best effort is to keep the side that has most nodes, i.e. the majority side. 
This is achieved by adding a delay
 before trying to acquire the lease on the minority side.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to