summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-03-25 12:20:05 +0100
committerFlorian Dold <florian@dold.me>2024-03-25 12:20:05 +0100
commit31b7ce31a3d34149d2397f999a86c14100bd72ac (patch)
treefdca36b2081407073739975c5841296ad6fb7781 /packages
parente9bdeb71b7e66d2fbbeab869b3115de88b626890 (diff)
downloadwallet-core-31b7ce31a3d34149d2397f999a86c14100bd72ac.tar.gz
wallet-core-31b7ce31a3d34149d2397f999a86c14100bd72ac.tar.bz2
wallet-core-31b7ce31a3d34149d2397f999a86c14100bd72ac.zip
-typos
Diffstat (limited to 'packages')
-rw-r--r--packages/taler-util/src/http-client/merchant.ts2
-rw-r--r--packages/taler-util/src/http-client/types.ts2
-rw-r--r--packages/taler-util/src/taler-types.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-util/src/http-client/merchant.ts b/packages/taler-util/src/http-client/merchant.ts
index 0fe9973bb..886844dba 100644
--- a/packages/taler-util/src/http-client/merchant.ts
+++ b/packages/taler-util/src/http-client/merchant.ts
@@ -354,7 +354,7 @@ export class TalerMerchantInstanceHttpClient {
}
/**
- * Get the auth api agaisnt the current instance
+ * Get the auth api against the current instance
*
* https://docs.taler.net/core/api-merchant.html#post-[-instances-$INSTANCE]-private-token
* https://docs.taler.net/core/api-merchant.html#delete-[-instances-$INSTANCE]-private-token
diff --git a/packages/taler-util/src/http-client/types.ts b/packages/taler-util/src/http-client/types.ts
index e3d25b888..05897614a 100644
--- a/packages/taler-util/src/http-client/types.ts
+++ b/packages/taler-util/src/http-client/types.ts
@@ -4924,7 +4924,7 @@ export namespace TalerMerchantApi {
// Minimum age the buyer must have (in years). Default is 0.
// This value is at least as large as the maximum over all
- // mimimum age requirements of the products in this contract.
+ // minimum age requirements of the products in this contract.
// It might also be set independent of any product, due to
// legal requirements.
minimum_age?: Integer;
diff --git a/packages/taler-util/src/taler-types.ts b/packages/taler-util/src/taler-types.ts
index 5c0b3d0c1..6d317a98a 100644
--- a/packages/taler-util/src/taler-types.ts
+++ b/packages/taler-util/src/taler-types.ts
@@ -566,7 +566,7 @@ export interface MerchantContractTerms {
// Minimum age the buyer must have (in years). Default is 0.
// This value is at least as large as the maximum over all
- // mimimum age requirements of the products in this contract.
+ // minimum age requirements of the products in this contract.
// It might also be set independent of any product, due to
// legal requirements.
minimum_age?: Integer;