diff options
author | Christian Blättler <blatc2@bfh.ch> | 2024-04-19 10:48:18 +0200 |
---|---|---|
committer | Christian Blättler <blatc2@bfh.ch> | 2024-04-19 10:48:18 +0200 |
commit | 9dafa9305a60a238b2b4b814e2029a2ae68bca87 (patch) | |
tree | 9f3c9ead43791f735463e15517ba456c8f34cf78 | |
parent | 28a7b7364c64415a9e8a721f64dc8b7857b9fa9a (diff) |
fix typos
-rw-r--r-- | src/backend/taler-merchant-httpd_contract.h | 2 | ||||
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-orders.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_contract.h b/src/backend/taler-merchant-httpd_contract.h index defe6479..b1e3938c 100644 --- a/src/backend/taler-merchant-httpd_contract.h +++ b/src/backend/taler-merchant-httpd_contract.h @@ -376,7 +376,7 @@ struct TALER_MerchantContractTokenAuthority }; /** - * Struct to hold contract terms in v0 and v1 format. v0 contracts are mdoelled + * Struct to hold contract terms in v0 and v1 format. v0 contracts are modelled * as a v1 contract with a single choice and no inputs and outputs. Use the * version field to explicitly differentiate between v0 and v1 contracts. */ diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c index b2070bcc..95603388 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders.c +++ b/src/backend/taler-merchant-httpd_private-post-orders.c @@ -1524,11 +1524,11 @@ serialize_order (struct OrderContext *oc) // TODO: Finish spec to clearly define how token families are stored in // ContractTerms. // Here are some thoughts: - // - Multiple keys of the same token family can be referrenced in + // - Multiple keys of the same token family can be referenced in // one contract. E.g. exchanging old subscription for new. // - TokenAuthority should be renamed to TokenFamily for consistency. // - TokenFamilySlug can be used instead of TokenAuthorityLabel, but - // every token-based in- or ouput needs to have a valid_after date, + // every token-based in- or output needs to have a valid_after date, // so it's clear with key is referenced. json_t *jauthority = GNUNET_JSON_PACK ( GNUNET_JSON_pack_string ("description", |