diff options
author | Johannes Schickel | 2011-11-26 17:40:00 +0100 |
---|---|---|
committer | Johannes Schickel | 2011-11-26 17:40:00 +0100 |
commit | b9d1718fe1fc9649515ff4415a8668044c8a7380 (patch) | |
tree | 8c3a22ae7785dee576c161b04a933eed5c9a3cc2 /audio/softsynth | |
parent | 50c44aacf41cc0bb21f98b55afa659a3878233ae (diff) | |
download | scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.gz scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.bz2 scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.zip |
ALL: unrecognised -> unrecognized.
Diffstat (limited to 'audio/softsynth')
-rw-r--r-- | audio/softsynth/mt32/synth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/mt32/synth.cpp b/audio/softsynth/mt32/synth.cpp index 322b864b6e..8c6c3193a9 100644 --- a/audio/softsynth/mt32/synth.cpp +++ b/audio/softsynth/mt32/synth.cpp @@ -801,7 +801,7 @@ void Synth::writeSysex(unsigned char device, const Bit8u *sysex, Bit32u len) { } } if (regionNum == NUM_REGIONS) { - printDebug("Sysex write to unrecognised address %06x, len %d", MT32EMU_SYSEXMEMADDR(addr), len); + printDebug("Sysex write to unrecognized address %06x, len %d", MT32EMU_SYSEXMEMADDR(addr), len); break; } Bit32u next = region->next(addr, len); |