commit 31b7ce31a3d34149d2397f999a86c14100bd72ac
parent e9bdeb71b7e66d2fbbeab869b3115de88b626890
Author: Florian Dold <florian@dold.me>
Date: Mon, 25 Mar 2024 12:20:05 +0100
-typos
Diffstat:
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
@@ -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
@@ -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
@@ -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;