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