Skip to content

Commit a13cfe3

Browse files
DimitriPapadopoulosFrancescAlted
authored andcommitted
Fix typos found by codespell
1 parent 679bf86 commit a13cfe3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Changes from 2.2.0 to 2.3.0
8585

8686
It is recommended to migrate to the new API as soon as possible. In the meanwhile, you can still compile with the previous API (corresponding to C-Blosc2 pre-2.3.0), by defining the `BLOSC1_COMPAT` symbol in your C-Blosc2 app (before including the 'blosc2.h' header).
8787

88-
* Fixed some issues in converting from super-chunks to frames and back. Now it is possible to do a rountrip without (known) problems.
88+
* Fixed some issues in converting from super-chunks to frames and back. Now it is possible to do a roundtrip without (known) problems.
8989

9090
* LZ4 codec has been bumped to 1.9.4.
9191

tests/test_get_slice_buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_ndata tndata[] = {
3737
{10, 0, 10 * CHUNKSIZE, false}, //whole schunk
3838
{5, 3, 200, false}, //piece of 1 block
3939
{33, 5, 679, false}, // blocks of same chunk
40-
{12, 129 * 100, 134 * 100 * 3, false}, // blocks of diferent chunks
40+
{12, 129 * 100, 134 * 100 * 3, false}, // blocks of different chunks
4141
{2, 200 * 100, CHUNKSIZE * 2, false}, // 1 chunk
4242
{5, 0, CHUNKSIZE * 5 + 200 * 100 + 300, true}, // last chunk shorter
4343
{2, 10, CHUNKSIZE * 2 + 400, true}, // start != 0, last chunk shorter

tests/test_set_slice_buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_ndata tndata[] = {
3737
{10, 0, 10 * CHUNKSIZE, false}, //whole schunk
3838
{5, 3, 200, false}, //piece of 1 block
3939
{33, 5, 679, false}, // blocks of same chunk
40-
{12, 129 * 100, 134 * 100 * 3, false}, // blocks of diferent chunks
40+
{12, 129 * 100, 134 * 100 * 3, false}, // blocks of different chunks
4141
{3, 200 * 100, CHUNKSIZE * 3, false}, // 2 chunks
4242
{3, 200 * 100 + 17, CHUNKSIZE * 3 + 23, true}, // last chunk shorter
4343
};

0 commit comments

Comments
 (0)