diff --git a/blosc/schunk.c b/blosc/schunk.c index d3640650..faf84266 100644 --- a/blosc/schunk.c +++ b/blosc/schunk.c @@ -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."); } } diff --git a/tests/test_maskout.c b/tests/test_maskout.c index 82667114..05f1b4ff 100644 --- a/tests/test_maskout.c +++ b/tests/test_maskout.c @@ -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;