aboutsummaryrefslogtreecommitdiff
path: root/sky/music
diff options
context:
space:
mode:
authorJonathan Gray2003-11-07 02:31:44 +0000
committerJonathan Gray2003-11-07 02:31:44 +0000
commit239aea0ff01b1fc3f4a62c35f0362550de2f696c (patch)
tree2c809e7d578134e867fe6c5a0137e054a87c2b86 /sky/music
parentf6e1915b7744ca7b1b5c8c0ee76bead0fc60e08d (diff)
downloadscummvm-rg350-239aea0ff01b1fc3f4a62c35f0362550de2f696c.tar.gz
scummvm-rg350-239aea0ff01b1fc3f4a62c35f0362550de2f696c.tar.bz2
scummvm-rg350-239aea0ff01b1fc3f4a62c35f0362550de2f696c.zip
spelling fixes
svn-id: r11178
Diffstat (limited to 'sky/music')
-rw-r--r--sky/music/adlibchannel.cpp2
-rw-r--r--sky/music/gmchannel.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/sky/music/adlibchannel.cpp b/sky/music/adlibchannel.cpp
index df789991bd..a206d5f1f9 100644
--- a/sky/music/adlibchannel.cpp
+++ b/sky/music/adlibchannel.cpp
@@ -161,7 +161,7 @@ uint8 SkyAdlibChannel::process(uint16 aktTime) {
break;
default:
// these opcodes aren't implemented in original music driver
- error("SkyChannel: Not existant routine 0x%02X was called",opcode);
+ error("SkyChannel: Not existent routine 0x%02X was called",opcode);
_channelData.channelActive = 0;
break;
}
diff --git a/sky/music/gmchannel.cpp b/sky/music/gmchannel.cpp
index 5635f9a20d..950e4404c1 100644
--- a/sky/music/gmchannel.cpp
+++ b/sky/music/gmchannel.cpp
@@ -115,7 +115,7 @@ uint8 SkyGmChannel::process(uint16 aktTime) {
break;
default:
// these opcodes aren't implemented in original music driver
- error("SkyChannel: Not existant routine 0x%02X was called",opcode);
+ error("SkyChannel: Not existent routine 0x%02X was called",opcode);
_channelData.channelActive = 0;
break;
}