Skip to content

Commit ce479dd

Browse files
clostaoteor2345
andauthored
chore: misspelled comment
Co-authored-by: teor <[email protected]>
1 parent 1e26ff7 commit ce479dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/file-retriever/src/services/dsnFetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const getNodesForPartialRetrieval = async (
162162
`getNodesForPartialRetrieval called (byteRange=[${byteRange[0]}, ${byteRange[1] ?? 'EOF'}])`,
163163
)
164164

165-
// Searchs for the first node that contains the byte range
165+
// Searches for the first node that contains the byte range
166166
while (nodeRange[0] === null && i < chunks.length) {
167167
const chunk = chunks[i]
168168
const chunkSize = Number((chunk.size ?? 0).valueOf())

0 commit comments

Comments
 (0)