summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2006-09-24 00:55:19 +0000
committerSam Lantinga <slouken@libsdl.org>2006-09-24 00:55:19 +0000
commit74d65930ae2ca14dcbb8837aad2e3f9d8a41677e (patch)
tree26b17781d5fa42a7547c9500631ac0724fdb6246
parentade32b616b58023a712a698388210448e67895ef (diff)
downloadsdl-74d65930ae2ca14dcbb8837aad2e3f9d8a41677e.tar.gz
Fixed bug #316
Looks like this is a long standing typo... is this code even used anymore?
-rw-r--r--src/audio/ums/SDL_umsaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/ums/SDL_umsaudio.c b/src/audio/ums/SDL_umsaudio.c
index df62126e7..2e5183371 100644
--- a/src/audio/ums/SDL_umsaudio.c
+++ b/src/audio/ums/SDL_umsaudio.c
@@ -151,7 +151,7 @@ Audio_CreateDevice(int devindex)
}
AudioBootStrap UMS_bootstrap = {
- UMS_DRIVER_NAME, "AUX UMS audio",
+ UMS_DRIVER_NAME, "AIX UMS audio",
Audio_Available, Audio_CreateDevice
};