Skip to content

Commit b2434ad

Browse files
DimitriPapadopoulosFrancescAlted
authored andcommitted
Couple typos not found by codespell
1 parent df09d1d commit b2434ad

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README_CFRAME_FORMAT.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ using the msgpack format. Here it is the format for the *metalayers*::
190190
(``uint8``) Compression codec metadata associated with the compression codec. Only used in user-defined codecs.
191191

192192
:map of metalayers:
193-
This is a *msgpack-formattted* map for the different metalayers. The keys will be a string (0xa0 + namelen) for
193+
This is a *msgpack-formatted* map for the different metalayers. The keys will be a string (0xa0 + namelen) for
194194
the names of the metalayers, followed by an int32 (0xd2) for the *offset* of the value of this metalayer. The
195195
actual value will be encoded as a bin32 (0xc6) value later in header.
196196

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ Changes from 2.0.0a4 to 2.0.0a5
293293
- Preliminary support for Neon instruction set in ARM CPUs. Shuffle seems
294294
to work well, but still some issues with bitshuffle.
295295

296-
- Internal LZ4 sources bumbed to 1.8.2.
296+
- Internal LZ4 sources bumped to 1.8.2.
297297

298-
- Internal Zstd sources bumbed to 1.3.4.
298+
- Internal Zstd sources bumped to 1.3.4.
299299

300300

301301
Changes from 2.0.0a3 to 2.0.0a4

THANKS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Thanks
1414

1515
* @littlezhou implemented the AVX2 version of shuffle routines.
1616

17-
* Julian Taylor contributed a way to detect AVX2 in runtime and calling the appropriate routines only if the undelying hardware supports it.
17+
* Julian Taylor contributed a way to detect AVX2 in runtime and calling the appropriate routines only if the underlying hardware supports it.
1818

1919
* Lucian Marc provided the support for ARM/NEON for the shuffle filter.
2020

bench/sframe_bench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ void test_create_sframe_frame(char* operation) {
253253
blosc2_remove_urlpath(storage2.urlpath);
254254
schunk_cframe = blosc2_schunk_new(&storage2);
255255

256-
printf("Test comparation frame vs sframe with %d chunks.\n", nchunks);
256+
printf("Test comparison frame vs sframe with %d chunks.\n", nchunks);
257257

258258
// Feed it with data
259259
sframe_append_time=0.0;

plugins/filters/ndcell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The particularity of *NDCELL* is that this filter
5252
considers datasets multidimensionality and takes advantage of it instead
5353
of processing all data as serial.
5454

55-
The main disadvantage of *NDCELL* is that only a few codecs are benefied
55+
The main disadvantage of *NDCELL* is that only a few codecs are benefited
5656
by it and only for multidimensional datasets.
5757

5858

0 commit comments

Comments
 (0)