[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: codespell
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: codespell |
Date: |
Fri, 06 Sep 2024 19:23:02 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new e54e1e482 codespell
e54e1e482 is described below
commit e54e1e482c10b919627f56b61a8490855e2ac92a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Sep 6 14:22:54 2024 -0300
codespell
---
contrib/ci/jobs/0-codespell/job.sh | 2 +-
packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx | 2 +-
packages/kyc-ui/src/pages/Start.tsx | 2 +-
packages/taler-util/src/types-taler-exchange.ts | 2 +-
packages/taler-wallet-core/src/deposits.ts | 2 +-
packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/contrib/ci/jobs/0-codespell/job.sh
b/contrib/ci/jobs/0-codespell/job.sh
index 9271343e6..8ceaa9ab6 100755
--- a/contrib/ci/jobs/0-codespell/job.sh
+++ b/contrib/ci/jobs/0-codespell/job.sh
@@ -3,4 +3,4 @@ set -exuo pipefail
job_dir=$(dirname "${BASH_SOURCE[0]}")
-codespell -q 0 -I "${job_dir}"/dictionary.txt -S
"*.bib,*.bst,*.cls,*.json,*.png,*.svg,*.wav,*.gz,*/templating/test?/**,**/auditor/*.sql,**/templating/mustach**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.
[...]
+codespell -q 0 -I "${job_dir}"/dictionary.txt -S
"*.bib,*.bst,*.cls,*.json,*.png,*.svg,*.wav,*.gz,*/templating/test?/**,**/auditor/*.sql,**/templating/mustach**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.
[...]
diff --git a/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx
b/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx
index 7374125b0..67d3f3f7a 100644
--- a/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx
+++ b/packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx
@@ -34,7 +34,7 @@ import { getShapeFromFields, useFormState } from
"../hooks/form.js";
import { AmlEvent } from "./CaseDetails.js";
/**
- * the exchange doesn't hava a consistent api
+ * the exchange doesn't have a consistent api
* https://bugs.gnunet.org/view.php?id=9142
*
* @param data
diff --git a/packages/kyc-ui/src/pages/Start.tsx
b/packages/kyc-ui/src/pages/Start.tsx
index ce71cc2cc..f84e3e77a 100644
--- a/packages/kyc-ui/src/pages/Start.tsx
+++ b/packages/kyc-ui/src/pages/Start.tsx
@@ -125,7 +125,7 @@ function ShowReqList({
// description_i18n: {},
// id: "ASDASD" as KycRequirementInformationId,
// }, {
- // description: "you can't click this becuase this is only information,
wait until AML officer replies.",
+ // description: "you can't click this because this is only information,
wait until AML officer replies.",
// form: "INFO",
// description_i18n: {},
// id: "ASDASD" as KycRequirementInformationId,
diff --git a/packages/taler-util/src/types-taler-exchange.ts
b/packages/taler-util/src/types-taler-exchange.ts
index 671b81d73..678b0b6c8 100644
--- a/packages/taler-util/src/types-taler-exchange.ts
+++ b/packages/taler-util/src/types-taler-exchange.ts
@@ -1733,7 +1733,7 @@ export interface KycRequirementInformation {
// Which form should be used? Common values include "INFO"
// (to just show the descriptions but allow no action),
// "LINK" (to enable the user to obtain a link via
- // /kyc-start/) or any build-in form name supported
+ // /kyc-start/) or any built-in form name supported
// by the SPA.
form: "LINK" | "INFO" | KycBuiltInFromId;
diff --git a/packages/taler-wallet-core/src/deposits.ts
b/packages/taler-wallet-core/src/deposits.ts
index 3bac319cd..4b3a33ec2 100644
--- a/packages/taler-wallet-core/src/deposits.ts
+++ b/packages/taler-wallet-core/src/deposits.ts
@@ -1927,7 +1927,7 @@ export async function createDepositGroup(
// Heuristic for the merchant key pair: If there's an exchange where we made
// a withdrawal from, use that key pair, so the user doesn't have to do
- // a KYC transfer to establish a kyc accout key pair.
+ // a KYC transfer to establish a kyc account key pair.
// FIXME: Extend the heuristic to use the last used merchant key pair?
let merchantPair: EddsaKeyPairStrings | undefined = undefined;
if (coins.length > 0) {
diff --git a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
index 1de160605..fbff14d36 100644
--- a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
+++ b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
@@ -52,7 +52,7 @@ const form: FlexibleForm_Deprecated<TargetObject> = {
{
type: "choiceHorizontal",
label: "label of the field" as TranslatedString,
- id: "commnet" as UIHandlerId,
+ id: "comment" as UIHandlerId,
choices: [
{
label: "first choice" as TranslatedString,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: codespell,
gnunet <=