Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
vyzo 2021-07-08 17:54:16 +03:00 committed by GitHub
parent fa30ac8c5d
commit c0537848b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -934,7 +934,7 @@ func (s *SplitStore) doCompact(curTs *types.TipSet) error {
// was it marked?
mark, err := markSet.Has(c)
if err != nil {
return xerrors.Errorf("error checkiing mark set for %s: %w", c, err)
return xerrors.Errorf("error checking mark set for %s: %w", c, err)
}
if mark {