forked from TrueCloudLab/frostfs-sdk-go
[#47] reputation: Fix misspelling
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
552219b8e1
commit
4fa52312c7
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ func (x *PeerToPeerTrust) SetTrust(t Trust) {
|
|||
|
||||
// Trust returns trust set using SetTrust.
|
||||
//
|
||||
// Zero PeerToPeerTrust returns zero Trust which is incorect according to the
|
||||
// Zero PeerToPeerTrust returns zero Trust which is incorrect according to the
|
||||
// FrostFS API protocol.
|
||||
func (x PeerToPeerTrust) Trust() (res Trust) {
|
||||
m := x.m.GetTrust()
|
||||
|
|
Loading…
Reference in a new issue