diff --git a/reputation/trust.go b/reputation/trust.go index c6d18fb..a0814cf 100644 --- a/reputation/trust.go +++ b/reputation/trust.go @@ -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()