diff options
author | Max Horn | 2007-12-09 14:53:15 +0000 |
---|---|---|
committer | Max Horn | 2007-12-09 14:53:15 +0000 |
commit | 09028cc7aadf49dbd7926e52ca5b529bacc7d76e (patch) | |
tree | df1957ba1d3e57029ec9adc2108f04eab0255eac /sound | |
parent | 0758feea628249e6cdc8d194057dc08905ccdcc1 (diff) | |
download | scummvm-rg350-09028cc7aadf49dbd7926e52ca5b529bacc7d76e.tar.gz scummvm-rg350-09028cc7aadf49dbd7926e52ca5b529bacc7d76e.tar.bz2 scummvm-rg350-09028cc7aadf49dbd7926e52ca5b529bacc7d76e.zip |
Fixed typos
svn-id: r29793
Diffstat (limited to 'sound')
-rw-r--r-- | sound/softsynth/mt32/partial.cpp | 2 | ||||
-rw-r--r-- | sound/softsynth/mt32/synth.cpp | 2 | ||||
-rw-r--r-- | sound/softsynth/mt32/tables.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/softsynth/mt32/partial.cpp b/sound/softsynth/mt32/partial.cpp index ff1222e688..9d32282a82 100644 --- a/sound/softsynth/mt32/partial.cpp +++ b/sound/softsynth/mt32/partial.cpp @@ -27,7 +27,7 @@ #ifdef MACOSX // Older versions of Mac OS X didn't supply a powf function. To ensure -// binary compatibiity, we force using pow instead of powf (the only +// binary compatibility, we force using pow instead of powf (the only // potential drawback is that it might be a little bit slower). #define powf pow #endif diff --git a/sound/softsynth/mt32/synth.cpp b/sound/softsynth/mt32/synth.cpp index aa4370639b..f476882a98 100644 --- a/sound/softsynth/mt32/synth.cpp +++ b/sound/softsynth/mt32/synth.cpp @@ -27,7 +27,7 @@ #ifdef MACOSX // Older versions of Mac OS X didn't supply a powf function. To ensure -// binary compatibiity, we force using pow instead of powf (the only +// binary compatibility, we force using pow instead of powf (the only // potential drawback is that it might be a little bit slower). #define powf pow #endif diff --git a/sound/softsynth/mt32/tables.cpp b/sound/softsynth/mt32/tables.cpp index df7a90bd73..4591ea22e3 100644 --- a/sound/softsynth/mt32/tables.cpp +++ b/sound/softsynth/mt32/tables.cpp @@ -27,7 +27,7 @@ #ifdef MACOSX // Older versions of Mac OS X didn't supply a powf function. To ensure -// binary compatibiity, we force using pow instead of powf (the only +// binary compatibility, we force using pow instead of powf (the only // potential drawback is that it might be a little bit slower). #define powf pow #endif |