From 2b6d1fcfe4895ea0d3a57ef7e7f67a79e0bdb170 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Sat, 12 Sep 2020 12:50:01 +0300 Subject: A small typo fix Compared to the original documents and headers of John Miles for the proper title of his audio library. However, it also has "IBM" prefix: "IBM Audio Interface Library". Idk, is need to mention the IBM? --- utils/midiplay/adlmidiplay.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/midiplay') diff --git a/utils/midiplay/adlmidiplay.cpp b/utils/midiplay/adlmidiplay.cpp index c654eb4..b11ea82 100644 --- a/utils/midiplay/adlmidiplay.cpp +++ b/utils/midiplay/adlmidiplay.cpp @@ -221,11 +221,11 @@ const char* volume_model_to_str(int vm) case ADLMIDI_VolumeModel_APOGEE_Fixed: return "Apogee Sound System (fixed AM voices)"; case ADLMIDI_VolumeModel_AIL: - return "Audio Interfaces Library (AIL)"; + return "Audio Interface Library (AIL)"; case ADLMIDI_VolumeModel_9X_GENERIC_FM: return "9X (Generic FM)"; case ADLMIDI_VolumeModel_HMI: - return "HMI"; + return "HMI Sound Operating System"; } } @@ -381,7 +381,7 @@ int main(int argc, char **argv) " 5 9x SB16\n" " 6 DMX (Fixed AM voices)\n" " 7 Apogee Sound System (Fixed AM voices)\n" - " 8 Audio Interfaces Library (AIL)\n" + " 8 Audio Interface Library (AIL)\n" " 9 9x Generic FM\n" " 10 HMI Sound Operating System\n" ); -- cgit v1.2.3