diff options
Diffstat (limited to 'sound/softsynth/mt32.cpp')
-rw-r--r-- | sound/softsynth/mt32.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp index 57ab87cb08..4af039287e 100644 --- a/sound/softsynth/mt32.cpp +++ b/sound/softsynth/mt32.cpp @@ -198,16 +198,16 @@ static int MT32_Report(void *userData, MT32Emu::ReportType type, const void *rep } break; case MT32Emu::ReportType_availableSSE: - debug(1, "MT32emu: SSE is avaliable"); + debug(1, "MT32emu: SSE is available"); break; case MT32Emu::ReportType_usingSSE: debug(1, "MT32emu: using SSE"); break; case MT32Emu::ReportType_available3DNow: - debug(1, "MT32emu: 3DNow! is avaliable"); + debug(1, "MT32emu: 3DNow! is available"); break; case MT32Emu::ReportType_using3DNow: - debug(1, "MT32emu: using 3DNow! "); + debug(1, "MT32emu: using 3DNow!"); break; default: break; |