summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-25 23:02:36 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-25 23:02:36 +0100
commit77331d7e2e8a42bd92b234bed7baa9c5ad473e10 (patch)
treed317479026f6a6a789de22c042113d06697dc784 /libeufin
parent459e6d086e5d053b1a6a5028e84d94860dfb025c (diff)
downloaddocs-77331d7e2e8a42bd92b234bed7baa9c5ad473e10.tar.gz
docs-77331d7e2e8a42bd92b234bed7baa9c5ad473e10.tar.bz2
docs-77331d7e2e8a42bd92b234bed7baa9c5ad473e10.zip
fix typos
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/ebics.rst10
-rw-r--r--libeufin/iso20022.rst2
2 files changed, 6 insertions, 6 deletions
diff --git a/libeufin/ebics.rst b/libeufin/ebics.rst
index 2840a1cd..9960fe1c 100644
--- 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
index 06d929c2..d96469d0 100644
--- 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.