diff options
| author | Jonathan Gray | 2003-11-07 02:31:44 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2003-11-07 02:31:44 +0000 |
| commit | 239aea0ff01b1fc3f4a62c35f0362550de2f696c (patch) | |
| tree | 2c809e7d578134e867fe6c5a0137e054a87c2b86 /sky/music | |
| parent | f6e1915b7744ca7b1b5c8c0ee76bead0fc60e08d (diff) | |
| download | scummvm-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.cpp | 2 | ||||
| -rw-r--r-- | sky/music/gmchannel.cpp | 2 |
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; } |
