From 1b0b25c9735a9371f26dc608fe05b6955ae320d6 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 3 Feb 2025 20:48:03 +0100 Subject: [PATCH] Fix typos in blob/service.go --- blob/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob/service.go b/blob/service.go index 11449da2b5..5a0cf6d885 100644 --- a/blob/service.go +++ b/blob/service.go @@ -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