Skip to content

Commit

Permalink
Fix typos found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and FrancescAlted committed Jun 11, 2024
1 parent 4ff5971 commit 1d01dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blosc/schunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ int blosc2_schunk_free(blosc2_schunk *schunk) {
if (io_cb != NULL) {
int rc = io_cb->destroy(schunk->storage->io->params);
if (rc < 0) {
BLOSC_TRACE_ERROR("Could not free the I/O ressources.");
BLOSC_TRACE_ERROR("Could not free the I/O resources.");
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/test_maskout.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static char *test_mask(void) {
}


// Check decompression with mask, and no mask aftewards
// Check decompression with mask, and no mask afterwards
static char *test_mask_nomask(void) {
blosc2_dparams dparams = BLOSC2_DPARAMS_DEFAULTS;
dparams.nthreads = nthreads;
Expand Down

0 comments on commit 1d01dec

Please sign in to comment.