summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-19 10:48:18 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-19 10:48:18 +0200
commit9dafa9305a60a238b2b4b814e2029a2ae68bca87 (patch)
tree9f3c9ead43791f735463e15517ba456c8f34cf78
parent28a7b7364c64415a9e8a721f64dc8b7857b9fa9a (diff)
downloadmerchant-9dafa9305a60a238b2b4b814e2029a2ae68bca87.tar.gz
merchant-9dafa9305a60a238b2b4b814e2029a2ae68bca87.tar.bz2
merchant-9dafa9305a60a238b2b4b814e2029a2ae68bca87.zip
fix typos
-rw-r--r--src/backend/taler-merchant-httpd_contract.h2
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c4
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",