commit 6f402ffffeba7dccc8d93706431a93183f8fe8fb
parent d3fc751b9c702e373fb7249586505935cb29c592
Author: Antoine A <>
Date: Wed, 4 Mar 2026 16:41:18 +0100
common: fix typo
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/contrib/ci/jobs/0-codespell/dictionary.txt b/contrib/ci/jobs/0-codespell/dictionary.txt
@@ -17,4 +17,5 @@ optin
claus
pres
haa
-registerIn
-\ No newline at end of file
+registerIn
+checkIn
+\ No newline at end of file
diff --git a/database-versioning/libeufin-bank-procedures.sql b/database-versioning/libeufin-bank-procedures.sql
@@ -1253,7 +1253,7 @@ IF out_credit_row_id IS NULL THEN
END IF;
END IF;
--- Bounce if nescessary
+-- Bounce if necessary
IF out_creditor_is_exchange AND in_bounce_cause IS NOT NULL THEN
PERFORM bounce(out_debit_bank_account_id, out_credit_row_id, in_bounce_cause, in_timestamp);
END IF;