diff --git a/repo/content/committed_content_index_disk_cache.go b/repo/content/committed_content_index_disk_cache.go index 888561dc21c..6a8fc211224 100644 --- a/repo/content/committed_content_index_disk_cache.go +++ b/repo/content/committed_content_index_disk_cache.go @@ -44,7 +44,7 @@ func (c *diskCommittedContentIndexCache) openIndex(ctx context.Context, indexBlo ndx, err := index.Open(f, closeMmap, c.v1PerContentOverhead) if err != nil { closeMmap() //nolint:errcheck - return nil, errors.Wrapf(err, "error openind index from %v", indexBlobID) + return nil, errors.Wrapf(err, "error opening index from %v", indexBlobID) } return ndx, nil