From 31b7ce31a3d34149d2397f999a86c14100bd72ac Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 25 Mar 2024 12:20:05 +0100 Subject: -typos --- packages/taler-util/src/http-client/merchant.ts | 2 +- packages/taler-util/src/http-client/types.ts | 2 +- packages/taler-util/src/taler-types.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-util/src') 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; -- cgit v1.2.3