autofailover_quick_setup.rst: Replace 'fail-over' with 'failover'

Use the more common spelling.  Before this commit:

  $ git grep -i failover | wc -l
  67
  $ git grep -i fail-over | wc -l
  2
This commit is contained in:
W. Trevor King
2015-03-14 11:17:46 -07:00
parent 7ad001e0c5
commit 5bba37cebd

View File

@@ -1,6 +1,6 @@
=====================================================
PostgreSQL Automatic Fail-Over - User Documentation
=====================================================
====================================================
PostgreSQL Automatic Failover - User Documentation
====================================================
Automatic Failover
==================
@@ -27,7 +27,7 @@ now on the «standbyserver».
Summary
-------
2 PostgreSQL servers are involved in the replication. Automatic fail-over need
2 PostgreSQL servers are involved in the replication. Automatic failover need
to vote to decide what server it should promote, thus an odd number is required
and a witness-repmgrd is installed in a third server where it uses a PostgreSQL
cluster to communicate with other repmgrd daemons.