diff --git a/tests/mal_test_0.c b/tests/mal_test_0.c index d3c485f5..b2d08f9d 100644 --- a/tests/mal_test_0.c +++ b/tests/mal_test_0.c @@ -277,7 +277,7 @@ void* load_raw_audio_data(const char* filePath, mal_format format, mal_uint64* p size_t fileSize; void* pFileData = open_and_read_file_data(filePath, &fileSize); if (pFileData == NULL) { - printf("Cound not open file %s\n", filePath); + printf("Could not open file %s\n", filePath); return NULL; }