libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 8485e38e34e497b7c3d0b0df7b8c49115177d6fd
parent ede4361df87afd180e4856c29749b6da699d11a5
Author: Antoine A <>
Date:   Sat, 15 Nov 2025 13:24:38 +0100

common: spell check

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/iso20022/camt.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/iso20022/camt.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/iso20022/camt.kt @@ -348,7 +348,7 @@ data class ComplexAmount( return this } - throw Error("Ammount mismatch, got ${this} in the entry and ${child} in the tx") + throw Error("Amount mismatch, got ${this} in the entry and ${child} in the tx") } }