Fix new typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2024-06-20 20:12:16 +02:00
parent 17b5315016
commit 2d736d9c50
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2478,7 +2478,7 @@ static int basicUnitTests(U32 seed, double compressibility, int bigTests)
DISPLAYLEVEL(3, "test%3i : Test single-shot fallback for magicless mode: ", testNb++);
{
// Aquire resources
// Acquire resources
size_t const srcSize = COMPRESSIBLE_NOISE_LENGTH;
void* src = malloc(srcSize);
size_t const dstSize = ZSTD_compressBound(srcSize);