aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alThunk.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-04-25 19:37:12 -0700
committerChris Robinson <[email protected]>2012-04-25 19:37:12 -0700
commit8c2cd057b2f5741adbecd8c9700682fe49890015 (patch)
tree1ee624387d589a4d64e8dace7008ce8f3a56f83e /OpenAL32/alThunk.c
parentfdc4133ac903083af3055f60e2a89be0082e2338 (diff)
Fix a minor typo
Diffstat (limited to 'OpenAL32/alThunk.c')
-rw-r--r--OpenAL32/alThunk.c2
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));