diff --git a/pkg/services/notary/notary.go b/pkg/services/notary/notary.go index 58488b037..cd50cecae 100644 --- a/pkg/services/notary/notary.go +++ b/pkg/services/notary/notary.go @@ -106,7 +106,7 @@ type ( } ) -// isMainCompleted denotes whether all signatures for the main transaction was collected. +// isMainCompleted denotes whether all signatures for the main transaction were collected. func (r request) isMainCompleted() bool { if r.witnessInfo == nil { return false