Skip to content

Commit

Permalink
docs: fix various typos (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgustafsson committed May 12, 2022
1 parent 72bc623 commit 14229bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ the packages from there.
When using debian, two packages are provided for pg_auto_failover: the
monitor Postgres extension is packaged separately and depends on the
Postgres version you want to run for the monitor itself. The monitor's
extension package is named `postgresql-14-auto-failover` when targetting
extension package is named `postgresql-14-auto-failover` when targeting
Postgres 14.

Then another package is prepared that contains the `pg_autoctl` command, and
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ the monitor, before it has been unavailable.

It is possible to register nodes that are currently running to a new monitor
without restarting Postgres on the primary. For that, the procedure
mentionned in :ref:`replacing_monitor_online` must be followed, using the
mentioned in :ref:`replacing_monitor_online` must be followed, using the
following commands::

$ pg_autoctl disable monitor
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/pg_autoctl_config_set.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ replication.password
requires restarting the Postgres service to be activated. Postgres only
reads the ``primary_conninfo`` connection string at start-up, up to and
including Postgres 12. With Postgres 13 and following, it is possible to
*reload* this Postgres paramater.
*reload* this Postgres parameter.

timeout.network_partition_timeout

Expand Down
2 changes: 1 addition & 1 deletion docs/ref/pg_autoctl_watch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ your terminal window size changes:

- Last Check, or Check

Time inverval between now and the last known time when the monitor could
Time interval between now and the last known time when the monitor could
connect to a node's Postgres instance, via its health check mechanism.

This value is known to increment when either the Postgres service is not
Expand Down
2 changes: 1 addition & 1 deletion src/monitor/pg_auto_failover.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ StartMonitorNode(void)
BackgroundWorker worker;

DefineCustomBoolVariable("pgautofailover.enable_version_checks",
"Enable extension version compatiblity checks",
"Enable extension version compatibility checks",
NULL, &EnableVersionChecks, true, PGC_SIGHUP,
GUC_NO_SHOW_ALL, NULL, NULL, NULL);

Expand Down

0 comments on commit 14229bd

Please sign in to comment.