From 4fa52312c7ddfd556fd876f4cf05dc7778f4f304 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 7 Apr 2023 08:06:11 +0300 Subject: [PATCH] [#47] reputation: Fix misspelling Signed-off-by: Evgenii Stratonikov --- reputation/trust.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()