Skip to content

Commit 303fa80

Browse files
manxiaqumastersingh24
authored andcommitted
[FAB-12002] Fix comment typo
There is an comment typo of message ACLs in /protos/peer/configuration.proto. This PR fixs it from "encpasulates" to "encapsulates". Change-Id: I820a98ee50cdc5ff271197f339738e4843f8e324 Signed-off-by: manxiaqu <1847234666@qq.com>
1 parent d770fcb commit 303fa80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protos/peer/configuration.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/peer/configuration.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ message APIResource {
4444
string policy_ref = 1; // The policy name to use for this API
4545
}
4646

47-
// ACLs provides mappings for resources in a channel. APIResource encpasulates
47+
// ACLs provides mappings for resources in a channel. APIResource encapsulates
4848
// reference to a policy used to determine ACL for the resource
4949
message ACLs {
5050
map<string, APIResource> acls = 1;

0 commit comments

Comments
 (0)