libeufin

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

commit ebb80bd063d2d1ea967f517acd5ca5e5faf974d7
parent 66a79d81f64bd8f39ad4f06cd4923a6670e77def
Author: Antoine A <>
Date:   Tue, 31 Mar 2026 13:59:51 +0200

common: typo

Diffstat:
Mlibeufin-common/src/main/kotlin/TalerErrorCode.kt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libeufin-common/src/main/kotlin/TalerErrorCode.kt b/libeufin-common/src/main/kotlin/TalerErrorCode.kt @@ -1704,8 +1704,8 @@ enum class TalerErrorCode(val code: Int, val status: Int, val description: Strin /** The authorization_pub for a request to transfer funds has already been used for another non recurrent transfer. */ BANK_TRANSFER_MAPPING_REUSED(5162, 409, "The authorization_pub for a request to transfer funds has already been used for another non recurrent transfer."), - /** The authorization_pub for a request to transfer funds is not currenlty registered. */ - BANK_TRANSFER_MAPPING_UNKNOWN(5163, 409, "The authorization_pub for a request to transfer funds is not currenlty registered."), + /** The authorization_pub for a request to transfer funds is not currently registered. */ + BANK_TRANSFER_MAPPING_UNKNOWN(5163, 409, "The authorization_pub for a request to transfer funds is not currently registered."), /** The sync service failed find the account in its database. */ SYNC_ACCOUNT_UNKNOWN(6100, 404, "The sync service failed find the account in its database."),