taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 77331d7e2e8a42bd92b234bed7baa9c5ad473e10
parent 459e6d086e5d053b1a6a5028e84d94860dfb025c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Oct 2020 23:02:36 +0100

fix typos

Diffstat:
Mlibeufin/ebics.rst | 10+++++-----
Mlibeufin/iso20022.rst | 2+-
Mmanpages/taler-merchant-setup-reserve.1.rst | 2+-
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/libeufin/ebics.rst b/libeufin/ebics.rst @@ -78,7 +78,7 @@ EBICS Glossary This concept is similar to Taler's merchant backend instance identifiers. Order Number - Interchangably called "Order ID". + Interchangeably called "Order ID". Each upload transaction gets a unique order number assigned by the bank server. The Order Number is used to match VEUs in a second upload to the original order. @@ -155,7 +155,7 @@ EBICS Glossary Distributed Electronic Signature (from German "Verteilte Elektronische Unterschrift"). V001 - FTAM encryption algorithm ("Verschlüsselung"), superseeded in EBICS by E002. + FTAM encryption algorithm ("Verschlüsselung"), superseded in EBICS by E002. E002 EBICS encryption process, used to encrypt the order payload. @@ -329,19 +329,19 @@ The following order types are, for now, not relevant for LibEuFin: Type: Upload. Change of the bank-technical key (``K_SIG``). - Superseeded by HSA. + Superseded by HSA. HCA Type: Upload. Change the identification and authentication key as well as the encryption key (``K_IA`` and ``K_ENC``). - Superseeded by HCS. + Superseded by HCS. PTK Type: Download. Download a human-readable protocol of operations done via EBICS. - Mandatory for German banks. Superseeded by the machine-readable + Mandatory for German banks. Superseded by the machine-readable HAC order type. diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst @@ -30,7 +30,7 @@ them (pain.001), it does not use ISO 20022 in its API and internal data model. Reasons for not using ISO 20022 directly are: -1. Impedence mismatch. ISO 20022 messages do not map well to query/response +1. Impedance mismatch. ISO 20022 messages do not map well to query/response APIs. 2. Cumbersome to use. Even when ISO 20022 messages are directly mapped to JSON, they are difficult to use due to their verbosity. diff --git a/manpages/taler-merchant-setup-reserve.1.rst b/manpages/taler-merchant-setup-reserve.1.rst @@ -39,7 +39,7 @@ Options -e URL, --exchange-url=URL Use URL for the exchange base URL. This is the exchange where the reserve will be created. The currency used in the amount - specificiation must be offered by this exchange. Mandatory. + specification must be offered by this exchange. Mandatory. -k KEYFILE, --key=KEYFILE The specified KEYFILE contains a TLS client private key to be used to authenticate the client. Optional. See also "-p" and "-C".