aboutsummaryrefslogtreecommitdiff
path: root/sky/music/gmchannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/music/gmchannel.cpp')
-rw-r--r--sky/music/gmchannel.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}