Commit 8fe0cf9a authored by David Reid's avatar David Reid

Fix a typo.

parent eb4ee0b1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment