Fix a minor typo

This commit is contained in:
Chris Robinson 2012-04-25 19:37:12 -07:00
parent fdc4133ac9
commit 8c2cd057b2

View File

@ -66,7 +66,7 @@ ALenum NewThunkEntry(ALuint *index)
if(!NewList)
{
WriteUnlock(&ThunkLock);
ERR("Realloc failed to increase to %u enties!\n", ThunkArraySize*2);
ERR("Realloc failed to increase to %u entries!\n", ThunkArraySize*2);
return AL_OUT_OF_MEMORY;
}
memset(&NewList[ThunkArraySize], 0, ThunkArraySize*sizeof(*ThunkArray));