Skip to content

Commit

Permalink
[FAB-12002] Fix comment typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
manxiaqu authored and mastersingh24 committed Sep 21, 2018
1 parent d770fcb commit 303fa80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protos/peer/configuration.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/peer/configuration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ message APIResource {
string policy_ref = 1; // The policy name to use for this API
}

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

0 comments on commit 303fa80

Please sign in to comment.