commit e54e1e482c10b919627f56b61a8490855e2ac92a parent c2efc802b2789cb47a6b0a54fc1672b98ee37db2 Author: Sebastian <sebasjm@gmail.com> Date: Fri, 6 Sep 2024 14:22:54 -0300 codespell Diffstat:
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 @@ -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,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,**/*.map,**/fonts/**,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub,**/signing-key.asc,**/pnpm-lock.yaml,**/*.svg,**/*.cls,**/rfc.bib,**/*.bst,*/cbdc-es.tex,*/cbdc-it.tex,**/ExchangeSelection/example.ts,*/testcurl/test_tricky.c,*/i18n/strings.ts,*/src/anastasis-data.ts,**/doc/flows/main.de.tex,*/vendor/**,*/node_modules/**,*.pnpm-store/**" +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,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,**/*.map,**/fonts/**,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub,**/signing-key.asc,**/pnpm-lock.yaml,**/*.svg,**/*.cls,**/rfc.bib,**/*.bst,*/cbdc-es.tex,*/cbdc-it.tex,**/ExchangeSelection/example.ts,*/testcurl/test_tricky.c,*/i18n/strings.ts,*/src/anastasis-data.ts,**/doc/flows/main.de.tex,*/vendor/**,*/node_modules/**,*.pnpm-store/**,./prebuilt/**" diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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,