diff options
author | Oystein Eftevaag | 2006-07-21 10:59:55 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2006-07-21 10:59:55 +0000 |
commit | ef42b9962d312a3f5da7f4e3a907a4cbecb620d4 (patch) | |
tree | f3186a075eaae4bf4e958cf3ca65f8575b5f6442 /sound/softsynth | |
parent | 29f99a029ed0fd6dbe9a60cc5307d9a22ed56d6c (diff) | |
download | scummvm-rg350-ef42b9962d312a3f5da7f4e3a907a4cbecb620d4.tar.gz scummvm-rg350-ef42b9962d312a3f5da7f4e3a907a4cbecb620d4.tar.bz2 scummvm-rg350-ef42b9962d312a3f5da7f4e3a907a4cbecb620d4.zip |
Spelling and formatting
svn-id: r23542
Diffstat (limited to 'sound/softsynth')
-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; |