Skip to content

Commit 8787965

Browse files
authored
Merge pull request #246 from DimitriPapadopoulos/codespell
Fix typos found by codespell
2 parents a9abaa1 + 7dd65a1 commit 8787965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/v3/codecs/sharding-indexed/v1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ common optimizations.
194194
chunks can be optimized. In that case, the shard index can be read from the
195195
store by requesting the ``n`` last bytes, where ``n`` is 16 bytes multiplied
196196
by the number of chunks in a shard. After parsing the shard index, single
197-
chunks can be requested from the store by specifing the byte range. The
197+
chunks can be requested from the store by specifying the byte range. The
198198
bytestream, then, needs to be decoded as above.
199199

200200
* **Encoding**: A simple implementation to encode a chunk in a shard would (a)

docs/v3/core/v3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ underlying store_:
423423

424424
.. note::
425425

426-
When storing a Zarr hierachy in a filesystem-like store (e.g. the local
426+
When storing a Zarr hierarchy in a filesystem-like store (e.g. the local
427427
filesystem or S3) as a sub-directory, it is recommended that the
428428
sub-directory name ends with ``.zarr`` to indicate the start of a hierarchy
429429
to users.

0 commit comments

Comments
 (0)