commit 0e9ec0327f8f782fae1925c2a6eb12965d2d59f9
parent a7405775fe65ff0a9a4cc5a4d02e33d8a79f1ba6
Author: Antoine A <>
Date: Fri, 24 Jan 2025 10:23:50 +0100
typo fix
Diffstat:
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/cli/BenchPwh.kt b/bank/src/main/kotlin/tech/libeufin/bank/cli/BenchPwh.kt
@@ -1,6 +1,6 @@
/*
* This file is part of LibEuFin.
- * Copyright (C) 2024 Taler Systems S.A.
+ * Copyright (C) 2024-2025 Taler Systems S.A.
* LibEuFin is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@@ -29,7 +29,7 @@ import tech.libeufin.common.cliCmd
import tech.libeufin.common.crypto.PwCrypto
class BenchPwh : CliktCommand("bench-pwh") {
- override fun help(context: Context) = "Benchmark password hashin algorithm and configuration"
+ override fun help(context: Context) = "Benchmark password hashing algorithm and configuration"
private val common by CommonOption()
diff --git a/bank/src/test/kotlin/DatabaseTest.kt b/bank/src/test/kotlin/DatabaseTest.kt
@@ -142,7 +142,7 @@ class DatabaseTest {
// Code successfully sent and still valid
markSent(this, expired)
assertNull(send(this, "another-code", expired))
- // Old code no longer workds
+ // Old code no longer works
assertEquals(Triple(false, false, false), cTry(this, "good-code", expired))
// New code works
assertEquals(Triple(true, false, false), cTry(this, "new-code", expired))
diff --git a/contrib/ci/jobs/0-codespell/dictionary.txt b/contrib/ci/jobs/0-codespell/dictionary.txt
@@ -16,4 +16,5 @@ Te
optin
claus
pres
-haa
-\ No newline at end of file
+haa
+registerIn
+\ No newline at end of file