commit 669e4e5b05fc5e4085e0a3f76f46ef2c7493ab08 parent a4deaed26011edcc5bc4ea79a02817d8d6a5b986 Author: MS <ms@taler.net> Date: Mon, 6 Sep 2021 09:45:16 +0000 fix English Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/bankAccount.kt @@ -43,7 +43,7 @@ fun balanceForAccount( } throw SandboxError( HttpStatusCode.InternalServerError, - "A payment direction was found neither CRDT not DBIT" + "A payment direction was found neither CRDT nor DBIT" ) } return ret