aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-09-06 14:22:54 -0300
committerSebastian <sebasjm@gmail.com>2024-09-06 14:22:54 -0300
commite54e1e482c10b919627f56b61a8490855e2ac92a (patch)
treebe926e82fe91a87f20e3728cc9cc034bf8c09742 /packages
parentc2efc802b2789cb47a6b0a54fc1672b98ee37db2 (diff)
downloadwallet-core-e54e1e482c10b919627f56b61a8490855e2ac92a.tar.xz
codespell
Diffstat (limited to 'packages')
-rw-r--r--packages/aml-backoffice-ui/src/pages/ShowConsolidated.tsx2
-rw-r--r--packages/kyc-ui/src/pages/Start.tsx2
-rw-r--r--packages/taler-util/src/types-taler-exchange.ts2
-rw-r--r--packages/taler-wallet-core/src/deposits.ts2
-rw-r--r--packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx2
5 files changed, 5 insertions, 5 deletions
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,