aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-04-01 14:09:12 -0300
committerSebastian <sebasjm@gmail.com>2024-04-01 14:09:12 -0300
commit38b4e3cc557bf83cc8e07288cc9d405f252a8d61 (patch)
tree1bfd78bea79fefc5f1b36429d70d2c6ae85e80f8 /packages/taler-harness
parent2c1f3ffec19e95716a57647f35c7bd68e8565e5a (diff)
downloadwallet-core-38b4e3cc557bf83cc8e07288cc9d405f252a8d61.tar.xz
codespell
Diffstat (limited to 'packages/taler-harness')
-rw-r--r--packages/taler-harness/src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts
index 4b0319a3e..daa246c80 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -607,7 +607,7 @@ deploymentCli
help: "URL location of the libeufin bank backend"
})
.requiredOption("merchantToken", ["--merchant-management-token"], clk.STRING, {
- help: "acces token of the default instance in the merchant backend"
+ help: "access token of the default instance in the merchant backend"
})
.maybeOption("bankToken", ["--bank-admin-token"], clk.STRING, {
help: "libeufin bank admin's password if the account creation is restricted"
@@ -824,7 +824,7 @@ deploymentCli
new_password: randomPassword,
});
if (resp.type === "fail") {
- console.error(`unable to change bank pasword for user ${id}, status ${resp.case}`)
+ console.error(`unable to change bank password for user ${id}, status ${resp.case}`)
if (resp.case !== HttpStatusCode.Accepted) {
console.error(j2s(resp.detail));
} else {