From c975ed11a14a78bfbf6aa0442058a8f19d470c6c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 24 Oct 2010 13:04:33 +0000 Subject: ALL: Fix various typos (patch #3093266) svn-id: r53762 --- sound/decoders/flac.cpp | 2 +- sound/mods/tfmx.cpp | 4 ++-- sound/softsynth/cms.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sound') diff --git a/sound/decoders/flac.cpp b/sound/decoders/flac.cpp index 1264e869ad..d01e0d0a79 100644 --- a/sound/decoders/flac.cpp +++ b/sound/decoders/flac.cpp @@ -303,7 +303,7 @@ int FLACStream::readBuffer(int16 *buffer, const int numSamples) { const uint numChannels = getChannels(); if (numChannels == 0) { - warning("FLACStream: Stream not sucessfully initialised, cant playback"); + warning("FLACStream: Stream not successfully initialised, cant playback"); return -1; // streaminfo wasnt read! } 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) { diff --git a/sound/softsynth/cms.cpp b/sound/softsynth/cms.cpp index 88f04a1ab9..bcce7688d0 100644 --- a/sound/softsynth/cms.cpp +++ b/sound/softsynth/cms.cpp @@ -342,7 +342,7 @@ void CMSEmulator::portWriteIntern(int chip, int offset, int data) { default: // The CMS allows all registers to be written, so we just output some debug // message here - debug(5, "CMS Unkown write to reg %x with %x",reg, data); + debug(5, "CMS Unknown write to reg %x with %x",reg, data); } } -- cgit v1.2.3