From b9d1718fe1fc9649515ff4415a8668044c8a7380 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 26 Nov 2011 17:40:00 +0100 Subject: ALL: unrecognised -> unrecognized. --- audio/softsynth/mt32/synth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/softsynth/mt32') 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); -- cgit v1.2.3