summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-11 12:34:21 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-11 12:34:21 +0200
commit199a3481feac2af4c5aed0a7ec86f443af9eea34 (patch)
tree56afeb332e272166a943508093b37d5c53a9dbb3
parent3e8dec24d76f940aceb4fd0e4d75779e66614a57 (diff)
downloaddocs-199a3481feac2af4c5aed0a7ec86f443af9eea34.tar.gz
docs-199a3481feac2af4c5aed0a7ec86f443af9eea34.tar.bz2
docs-199a3481feac2af4c5aed0a7ec86f443af9eea34.zip
typos
-rw-r--r--design-documents/028-deposit-policies.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/design-documents/028-deposit-policies.rst b/design-documents/028-deposit-policies.rst
index e9782f0e..cabbfb68 100644
--- 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``.