vm syscalls: fix typo

This commit is contained in:
Łukasz Magiera 2021-06-01 19:23:12 +02:00
parent 5c5b8866c7
commit 66c1554670

View File

@ -287,7 +287,7 @@ func (ss *syscallShim) VerifyAggregateSeals(aggregate proof5.AggregateSealVerify
return xerrors.Errorf("failed to verify aggregated PoRep: %w", err)
}
if !ok {
return fmt.Errorf("invalid aggredate proof")
return fmt.Errorf("invalid aggregate proof")
}
return nil