commit 2b8ec7e78dabe0112e13ad5e50cfbe27f1460119 parent c8bb455941b274526cf46b8f5a9e91b0bd1012fd Author: MS <ms@taler.net> Date: Tue, 9 Jun 2020 13:55:15 +0200 typo Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/EbicsProtocolBackend.kt @@ -137,7 +137,7 @@ fun <T>expectNonNull(x: T?): T { /** * Returns a list of camt strings. Note: each element in the * list accounts for only one payment in the history. In other - * words, the camt constructor does creates always only one "Ntry" + * words, the camt constructor does create always only one "Ntry" * node. */ fun buildCamtString(type: Int, subscriberIban: String, history: MutableList<RawPayment>): MutableList<String> {