commit 6560c9b228f284b0464973af2006a6e51746aded
parent 19693d003855f3831212f676b4db30e0818180b0
Author: Antoine A <>
Date: Thu, 7 May 2026 14:21:48 +0200
common: typos
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin-bank/src/test/kotlin/bench.kt b/libeufin-bank/src/test/kotlin/bench.kt
@@ -144,7 +144,7 @@ class Bench {
@Test
fun benchDb() = bench { AMOUNT -> bankSetup { db ->
- // Prepare custoemr accounts
+ // Prepare customer accounts
fillCashoutInfo("customer")
setMaxDebt("customer", "KUDOS:1000000")
diff --git a/libeufin-common/src/main/kotlin/TalerMessage.kt b/libeufin-common/src/main/kotlin/TalerMessage.kt
@@ -304,7 +304,7 @@ class AccountInfo()
@Serializable
@Description("Prepared transfer configuration")
data class PreparedTransferConfig(
- @Description("Currency supporte")
+ @Description("Currency supported")
val currency: String,
@Description("List of supported subject formats")
val supported_formats: List<SubjectFormat>