aboutsummaryrefslogtreecommitdiff
path: root/sky
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
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')
-rw-r--r--sky/logic.cpp2
-rw-r--r--sky/music/adlibchannel.cpp2
-rw-r--r--sky/music/gmchannel.cpp2
-rw-r--r--sky/text.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp
index d83157204f..4157cbb39b 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -687,7 +687,7 @@ bool SkyLogic::collide(Compact *cpt) {
uint16 x = cpt->xcood & 0xfff8;
uint16 y = cpt->ycood & 0xfff8;
- // The collision is direction dependant
+ // The collision is direction dependent
switch (_compact->extCompact->dir) {
case 0: // looking up
x -= m1->colOffset; // compensate for inner x offsets
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;
}
diff --git a/sky/text.h b/sky/text.h
index d659711a18..ed5bfa6630 100644
--- a/sky/text.h
+++ b/sky/text.h
@@ -93,7 +93,7 @@ protected:
uint32 _dtLineSize; //size of one line in bytes
uint8 *_dtData; //address of textdata
char *_dtText; //pointer to text
- uint32 _dtCharSpacing; //character seperation adjustment
+ uint32 _dtCharSpacing; //character separation adjustment
uint32 _dtWidth; //width of chars in last line (for editing (?))
uint32 _dtLastWidth;
bool _dtCentre; //set for centre text