aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
authorMax Horn2010-10-24 13:04:33 +0000
committerMax Horn2010-10-24 13:04:33 +0000
commitc975ed11a14a78bfbf6aa0442058a8f19d470c6c (patch)
treeddf2b8d072ed7bafd12da32d8d98db4a6f370241 /sound/softsynth
parentbf5ae45490a0683692715fcc8a103f0e096e9c21 (diff)
downloadscummvm-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/softsynth')
-rw-r--r--sound/softsynth/cms.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
}