From 67c8b098e7388e88acfdcffca00741794cfe65e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 29 Nov 2021 17:55:09 +0100 Subject: fix typos --- manpages/TDM.el | 2 +- manpages/taler-exchange-aggregator.1.rst | 2 +- manpages/taler-exchange-offline.1.rst | 2 +- taler-auditor-manual.rst | 6 +++--- taler-exchange-setup-guide.rst | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manpages/TDM.el b/manpages/TDM.el index 98a9a462..b4fabc7a 100644 --- a/manpages/TDM.el +++ b/manpages/TDM.el @@ -25,7 +25,7 @@ ;; This library currently provides one command: ‘TDM-convert-options’. ;; The intended workflow is simple: ;; - Create a new file from template. -;; - Do the subtitutions / deletions as necessary. +;; - Do the substitutions / deletions as necessary. ;; - Split the window, one half for Synopsis, one for Description. ;; - Do ‘COMMAND --help’ and copy the portion of its output that ;; describes the options into the buffer in the Synopsis section. diff --git a/manpages/taler-exchange-aggregator.1.rst b/manpages/taler-exchange-aggregator.1.rst index c74b3768..87a5cd74 100644 --- a/manpages/taler-exchange-aggregator.1.rst +++ b/manpages/taler-exchange-aggregator.1.rst @@ -59,7 +59,7 @@ The aggregator uses a special table to lock shards it is working on. If an aggre Print version information. **-y** \| **--kyc-off** - Run without KYC checks. Talk with your regualtor before using this option. + Run without KYC checks. Talk with your regulator before using this option. See Also diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst index 4641b416..18d53993 100644 --- a/manpages/taler-exchange-offline.1.rst +++ b/manpages/taler-exchange-offline.1.rst @@ -218,7 +218,7 @@ enable-account -------------- This subcommand -informs an exchange that it should advertize a bank account as belonging to +informs an exchange that it should advertise a bank account as belonging to the exchange on its ``/wire`` endpoint. Note that this does *not* ensure that the exchange will use this bank account for incoming or outgoing wire transfers! For this, the **taler-exchange-transfer** and 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:: diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst index be105d2b..049c5fff 100644 --- a/taler-exchange-setup-guide.rst +++ b/taler-exchange-setup-guide.rst @@ -366,7 +366,7 @@ a backup copy* of such keys. $CONNECTION_NAME At this point, Nexus needs to both communicate its keys to the bank, and -download the bank's keys. This syncronization happens through the INI, HIA, and +download the bank's keys. This synchronization happens through the INI, HIA, and finally, HPB message types. After the electronic synchronization, the subscriber must confirm their keys @@ -386,7 +386,7 @@ such letter: .. FIXME: Maybe is not 100% clear that 'connecting' means exchanging keys - wiht the bank? + with the bank? Once the connection is synchronized, Nexus needs to import locally the data corresponding to the bank accounts offered by the bank connection just made. -- cgit v1.2.3