From c650fd3412202d3392078f3d8bd897f0645e3be3 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Sun, 24 Feb 2019 10:50:09 +0700 Subject: [PATCH] Fix typo --- doc/configuring-witness-server.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuring-witness-server.sgml b/doc/configuring-witness-server.sgml index 90e48fb3..6f798acf 100644 --- a/doc/configuring-witness-server.sgml +++ b/doc/configuring-witness-server.sgml @@ -20,7 +20,7 @@ if the primary becomes unavailable it's possible for the standby to decide whether it can promote itself without risking a "split brain" scenario: if it can't see either the witness or the primary server, it's likely there's a network-level interruption - and it should not promote itself. If it can seen the witness but not the primary, + and it should not promote itself. If it can see the witness but not the primary, this proves there is no network interruption and the primary itself is unavailable, and it can therefore promote itself (and ideally take action to fence the former primary).