summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-11-29 17:55:09 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-11-29 17:55:09 +0100
commit67c8b098e7388e88acfdcffca00741794cfe65e7 (patch)
tree1b1f687ace41b9ab12b27569f27e3e110bc46e2d /taler-auditor-manual.rst
parent5cbf2d123deac43033028b2c1c91a88b88eec6ba (diff)
downloaddocs-67c8b098e7388e88acfdcffca00741794cfe65e7.tar.gz
docs-67c8b098e7388e88acfdcffca00741794cfe65e7.tar.bz2
docs-67c8b098e7388e88acfdcffca00741794cfe65e7.zip
fix typos
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 5aaae575..cf3952f8 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -633,14 +633,14 @@ to perform database replication. This is done using:
$ echo "CREATE PUBLICATION $NAME FOR ALL TABLES;" | psql taler-exchange
The exchange must share the password of the publication with the auditor. A
-good ``$NAME`` relates to the auditor's buisness unit name. A secure tunnel
+good ``$NAME`` relates to the auditor's business unit name. A secure tunnel
must be setup between the exchange and the auditor, for example using SSH or
Wireguard.
It is also necessary to edit ``main.cf`` of the exchange and on the auditor
side to enable logical replication. If an exchange has multiple auditors, it
should setup multiple ``egress`` accounts. The exchange must ensure that
-the following lines are in the ``main.cf`` Postgres configuaration (the port
+the following lines are in the ``main.cf`` Postgres configuration (the port
may differ) to enable replication over the network:
.. code-block::
@@ -650,7 +650,7 @@ may differ) to enable replication over the network:
wal_level= logical
Equally, the auditor must configure logical replication in the ``main.cf``
-Postgres configuaration:
+Postgres configuration:
.. code-block::