Update codex/stores/repostore.nim

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
Signed-off-by: Tomasz Bekas <tomasz.bekas@gmail.com>
This commit is contained in:
Tomasz Bekas 2023-10-17 12:22:40 +02:00
parent 10d64561de
commit 85cef0ea1f
No known key found for this signature in database
GPG Key ID: 4854E04C98824959
1 changed files with 1 additions and 1 deletions

View File

@ -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: