@@ -40,7 +40,7 @@ hyperledger fabric.
40
40
Principals. It supports arbitrary combinations of *AND *, *OR *, and
41
41
*NOutOf *, allowing the construction of extremely powerful rules like:
42
42
"An admin of org A and 2 other admins, or 11 of 20 org admins".
43
- 2. **ImplicitMetaPolicy **: Tihs policy type is less flexible than
43
+ 2. **ImplicitMetaPolicy **: This policy type is less flexible than
44
44
SignaturePolicy, and is only valid in the context of configuration.
45
45
It aggregates the result of evaluating policies deeper in the
46
46
configuration hierarchy, which are ultimately defined by
@@ -116,7 +116,7 @@ minimally as follows:
116
116
Consider the Writers policy referred to with the ``-------> `` mark in
117
117
the above example. This policy may be referred to by the shorthand
118
118
notation ``/Channel/Application/Writers ``. Note that the elements
119
- resembling directory components are group names, whlie the last
119
+ resembling directory components are group names, while the last
120
120
component resembling a file basename is the policy name.
121
121
122
122
Different components of the system will refer to these policy names. For
@@ -181,7 +181,7 @@ For example:
181
181
identities: [mspP1, mspP2],
182
182
}
183
183
184
- This defines a signature policy over MSP Prinicipals ``mspP1 `` and
184
+ This defines a signature policy over MSP Principals ``mspP1 `` and
185
185
``mspP2 ``. It requires both that there is a signature satisfying
186
186
``mspP1 `` and a signature satisfying ``mspP2 ``.
187
187
@@ -313,7 +313,7 @@ For example, consider a policy defined at ``/Channel/Readers`` as
313
313
sub_policy: "foo",
314
314
}
315
315
316
- This policy will implicity select the sub-groups of ``/Channel ``, in
316
+ This policy will implicitly select the sub-groups of ``/Channel ``, in
317
317
this case, ``Application `` and ``Orderer ``, and retrieve the policy of
318
318
name ``foo ``, to give the policies ``/Channel/Application/foo `` and
319
319
``/Channel/Orderer/foo ``. Then, when the policy is evaluated, it will
0 commit comments