commit b2310a690564857eb7a1b86bbff6033c103eb603
parent c6ae6c49b7fe76b99c00c0106b46a703c26c0ef1
Author: Marcello Stanisci <ms@taler.net>
Date: Tue, 12 May 2020 17:24:40 +0200
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -113,7 +113,7 @@ class RawBankTransactionEntity(id: EntityID<Long>) : LongEntity(id) {
var bankAccount by BankAccountEntity referencedOn RawBankTransactionsTable.bankAccount
}
/**
- * Represent a prepare payment.
+ * Represents a prepared payment.
*/
object PreparedPaymentsTable : IdTable<String>() {
/** the UUID representing this payment in the system */