From 4d21191aaa22aa5852548c3567575a067c7eb874 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 14 Oct 2025 11:23:07 +0200 Subject: [PATCH] Fix typo --- .../codex_thread_requests/requests/node_download_request.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/codex_thread_requests/requests/node_download_request.nim b/library/codex_thread_requests/requests/node_download_request.nim index 39883b01..76baae0b 100644 --- a/library/codex_thread_requests/requests/node_download_request.nim +++ b/library/codex_thread_requests/requests/node_download_request.nim @@ -86,7 +86,7 @@ proc init( ## ## If the session already exists, do nothing and return ok. ## Meaning that a cid can only have one active download session. - ## If the chunckSize is 0, the default block size will be used. + ## If the chunkSize is 0, the default block size will be used. ## If local is true, the file will be retrived from the local store. if downloadSessions.contains($cCid):