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

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 9791b42a8d05e0d7b6ce014153d1cadc92e8b18d
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Aug 8 12:34:09 2024 +0100

    Fix typo in split-brain-resolver.md
---
 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