Skip to content

Commit

Permalink
Fix typos in blob/service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyKing44 committed Feb 3, 2025
1 parent 2093507 commit 1b0b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blob/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ func computeSubtreeRoots(shares []libshare.Share, ranges []nmt.LeafRange, offset
return nil, fmt.Errorf("cannot compute subtree roots for an empty ranges list")
}
if offset < 0 {
return nil, fmt.Errorf("the offset %d cannot be stricly negative", offset)
return nil, fmt.Errorf("the offset %d cannot be strictly negative", offset)
}

// create a tree containing the shares to generate their subtree roots
Expand Down

0 comments on commit 1b0b25c

Please sign in to comment.