From 85cef0ea1f6a3c8a11ea0235593f1359dba0a27d Mon Sep 17 00:00:00 2001 From: Tomasz Bekas Date: Tue, 17 Oct 2023 12:22:40 +0200 Subject: [PATCH] Update codex/stores/repostore.nim Co-authored-by: Dmitriy Ryajov Signed-off-by: Tomasz Bekas --- codex/stores/repostore.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex/stores/repostore.nim b/codex/stores/repostore.nim index 21d0786b..92db3e77 100644 --- a/codex/stores/repostore.nim +++ b/codex/stores/repostore.nim @@ -334,7 +334,7 @@ method getBlockExpirations*( self: RepoStore, maxNumber: int, offset: int): Future[?!AsyncIter[?BlockExpiration]] {.async, base.} = - ## Get block experiartions from the given RepoStore + ## Get block expirations from the given RepoStore ## without query =? createBlockExpirationQuery(maxNumber, offset), err: