changeset 2041:4a32d186f35b

Fixed bug #316 Looks like this is a long standing typo... is this code even used anymore?
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 00:55:19 +0000
parents be848c07f0b9
children 3908e1f808e1
files src/audio/ums/SDL_umsaudio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 };