From ef42b9962d312a3f5da7f4e3a907a4cbecb620d4 Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Fri, 21 Jul 2006 10:59:55 +0000 Subject: Spelling and formatting svn-id: r23542 --- sound/softsynth/mt32.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound/softsynth') 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; -- cgit v1.2.3