diff options
author | Chris Robinson <[email protected]> | 2012-04-25 19:37:12 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-04-25 19:37:12 -0700 |
commit | 8c2cd057b2f5741adbecd8c9700682fe49890015 (patch) | |
tree | 1ee624387d589a4d64e8dace7008ce8f3a56f83e /OpenAL32/alThunk.c | |
parent | fdc4133ac903083af3055f60e2a89be0082e2338 (diff) |
Fix a minor typo
Diffstat (limited to 'OpenAL32/alThunk.c')
-rw-r--r-- | OpenAL32/alThunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alThunk.c b/OpenAL32/alThunk.c index 7cd83c23..c4b3b92b 100644 --- a/OpenAL32/alThunk.c +++ b/OpenAL32/alThunk.c @@ -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)); |