taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 199a3481feac2af4c5aed0a7ec86f443af9eea34
parent 3e8dec24d76f940aceb4fd0e4d75779e66614a57
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Tue, 11 Oct 2022 12:34:21 +0200

typos

Diffstat:
Mdesign-documents/028-deposit-policies.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/design-documents/028-deposit-policies.rst b/design-documents/028-deposit-policies.rst @@ -101,7 +101,7 @@ TODO: Description } deposits:ref->policy_details:id [ label="n:1"; fontname="monospace" ]; - policy_details:fid->policy_fulfillments:id [label="n:1"; fontname="monosapce" ]; + policy_details:fid->policy_fulfillments:id [label="n:1"; fontname="monospace" ]; } @@ -159,7 +159,7 @@ The following invariants need to be fulfilled and be checked by the auditor: refer to an existing ``policy_details.hash_code`` AND its ``.fulfillment_id`` MUST point to the same ``policy_fulfillments.id``. -- Conversely: If a ``policy_details.fulfilment_id`` points to an entry in +- Conversely: If a ``policy_details.fulfillment_id`` points to an entry in ``policy_fulfillment``, the ``policy_details.hash_code`` MUST be present in that entry's ``.policy_hash_codes``.