diff options
author | Max Horn | 2010-10-24 13:04:33 +0000 |
---|---|---|
committer | Max Horn | 2010-10-24 13:04:33 +0000 |
commit | c975ed11a14a78bfbf6aa0442058a8f19d470c6c (patch) | |
tree | ddf2b8d072ed7bafd12da32d8d98db4a6f370241 /sound/mods | |
parent | bf5ae45490a0683692715fcc8a103f0e096e9c21 (diff) | |
download | scummvm-rg350-c975ed11a14a78bfbf6aa0442058a8f19d470c6c.tar.gz scummvm-rg350-c975ed11a14a78bfbf6aa0442058a8f19d470c6c.tar.bz2 scummvm-rg350-c975ed11a14a78bfbf6aa0442058a8f19d470c6c.zip |
ALL: Fix various typos (patch #3093266)
svn-id: r53762
Diffstat (limited to 'sound/mods')
-rw-r--r-- | sound/mods/tfmx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp index b65a998e82..6ed1abcfb5 100644 --- a/sound/mods/tfmx.cpp +++ b/sound/mods/tfmx.cpp @@ -281,7 +281,7 @@ void Tfmx::macroRun(ChannelContext &channel) { continue; case 0x04: // Wait. Parameters: Ticks to wait(W). - // TODO: some unkown Parameter? (macroPtr[1] & 1) + // TODO: some unknown Parameter? (macroPtr[1] & 1) channel.macroWait = READ_BE_UINT16(¯oPtr[2]); break; @@ -1154,7 +1154,7 @@ void displayMacroStep(const void * const vptr) { if (macroData[0] < ARRAYSIZE(tableMacros)) debug("%s %02X%02X%02X", tableMacros[macroData[0]], macroData[1], macroData[2], macroData[3]); else - debug("Unkown Macro #%02X %02X%02X%02X", macroData[0], macroData[1], macroData[2], macroData[3]); + debug("Unknown Macro #%02X %02X%02X%02X", macroData[0], macroData[1], macroData[2], macroData[3]); } void displayPatternstep(const void * const vptr) { |