Skip to content

Commit 3bb9627

Browse files
Jorropohacdias
andauthored
Update gateway/handler_car.go
Co-authored-by: Henrique Dias <[email protected]>
1 parent 771c488 commit 3bb9627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/handler_car.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func getCarRootCidAndLastSegment(imPath path.ImmutablePath) (cid.Cid, string, er
227227
func getCarEtag(imPath path.ImmutablePath, params CarParams, rootCid cid.Cid) string {
228228
h := xxhash.New()
229229
h.WriteString(imPath.String())
230-
// be careful with hashes here, we need boundries and per entry salt, we don't want a request that has:
230+
// be careful with hashes here, we need boundaries and per entry salt, we don't want a request that has:
231231
// - scope = dfs
232232
// and:
233233
// - order = dfs

0 commit comments

Comments
 (0)