Skip to content

Commit

Permalink
fix typo (#2695)
Browse files Browse the repository at this point in the history
Signed-off-by: wuqiaomin <wuqiaomin2@huawei.com>
  • Loading branch information
吴乔民 authored Jun 22, 2021
1 parent 8689771 commit d55dc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msp/identities.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func (id *identity) getHashOpt(hashFamily string) (bccsp.HashOpts, error) {
case bccsp.SHA3:
return bccsp.GetHashOpt(bccsp.SHA3_256)
}
return nil, errors.Errorf("hash familiy not recognized [%s]", hashFamily)
return nil, errors.Errorf("hash family not recognized [%s]", hashFamily)
}

type signingidentity struct {
Expand Down

0 comments on commit d55dc8e

Please sign in to comment.