Skip to content

Commit d774735

Browse files
committed
fix some document typo
Change-Id: Ic4dcb275076d89c499401b22acfa0c9ec273174b Signed-off-by: Frank Han <[email protected]>
1 parent 2a15510 commit d774735

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/policies.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ hyperledger fabric.
4040
Principals. It supports arbitrary combinations of *AND*, *OR*, and
4141
*NOutOf*, allowing the construction of extremely powerful rules like:
4242
"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
4444
SignaturePolicy, and is only valid in the context of configuration.
4545
It aggregates the result of evaluating policies deeper in the
4646
configuration hierarchy, which are ultimately defined by
@@ -116,7 +116,7 @@ minimally as follows:
116116
Consider the Writers policy referred to with the ``------->`` mark in
117117
the above example. This policy may be referred to by the shorthand
118118
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
120120
component resembling a file basename is the policy name.
121121

122122
Different components of the system will refer to these policy names. For
@@ -181,7 +181,7 @@ For example:
181181
identities: [mspP1, mspP2],
182182
}
183183

184-
This defines a signature policy over MSP Prinicipals ``mspP1`` and
184+
This defines a signature policy over MSP Principals ``mspP1`` and
185185
``mspP2``. It requires both that there is a signature satisfying
186186
``mspP1`` and a signature satisfying ``mspP2``.
187187

@@ -313,7 +313,7 @@ For example, consider a policy defined at ``/Channel/Readers`` as
313313
sub_policy: "foo",
314314
}
315315

316-
This policy will implicity select the sub-groups of ``/Channel``, in
316+
This policy will implicitly select the sub-groups of ``/Channel``, in
317317
this case, ``Application`` and ``Orderer``, and retrieve the policy of
318318
name ``foo``, to give the policies ``/Channel/Application/foo`` and
319319
``/Channel/Orderer/foo``. Then, when the policy is evaluated, it will

0 commit comments

Comments
 (0)