# HG changeset patch # User Sam Lantinga # Date 1159059319 0 # Node ID 4a32d186f35bdd0a7a66dda024a028472f518f70 # Parent be848c07f0b9e8fe93d7d7c81b6f68c11ea919c2 Fixed bug #316 Looks like this is a long standing typo... is this code even used anymore? diff -r be848c07f0b9 -r 4a32d186f35b src/audio/ums/SDL_umsaudio.c --- a/src/audio/ums/SDL_umsaudio.c Sun Sep 24 00:44:45 2006 +0000 +++ b/src/audio/ums/SDL_umsaudio.c Sun Sep 24 00:55:19 2006 +0000 @@ -151,7 +151,7 @@ } AudioBootStrap UMS_bootstrap = { - UMS_DRIVER_NAME, "AUX UMS audio", + UMS_DRIVER_NAME, "AIX UMS audio", Audio_Available, Audio_CreateDevice };