fix typo
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
parent
fa30ac8c5d
commit
c0537848b3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user