Skip to content

Commit

Permalink
[FAB-5084] Push private data upon endorsement -typoFix
Browse files Browse the repository at this point in the history
Fix a typo in the comments.

Change-Id: Icb4add3a24595bccbaa529e0bec7694488f84ec5
Signed-off-by: yacovm <yacovm@il.ibm.com>
  • Loading branch information
yacovm committed Sep 18, 2017
1 parent a30e836 commit 9fc8db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/privdata/distributor.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type distributorImpl struct {
}

// NewDistributor a constructor for private data distributor capable to send
// private read write sets for underlined collection
// private read write sets for underlying collection
func NewDistributor(chainID string, gossip gossipAdapter) PvtDataDistributor {
return &distributorImpl{
chainID: chainID,
Expand Down

0 comments on commit 9fc8db0

Please sign in to comment.