ALL: recognise -> recognize
This commit is contained in:
parent
28301e2bd1
commit
0104d56444
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ bool MidiParser_XMIDI::loadMusic(byte *data, uint32 size) {
|
||||||
pos += 4;
|
pos += 4;
|
||||||
_num_tracks = 1;
|
_num_tracks = 1;
|
||||||
} else if (memcmp(pos, "XDIR", 4)) {
|
} else if (memcmp(pos, "XDIR", 4)) {
|
||||||
// Not an XMIDI that we recognise
|
// Not an XMIDI that we recognize
|
||||||
warning("Expected 'XDIR' but found '%c%c%c%c'", pos[0], pos[1], pos[2], pos[3]);
|
warning("Expected 'XDIR' but found '%c%c%c%c'", pos[0], pos[1], pos[2], pos[3]);
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1920,7 +1920,7 @@ bool validate_executable() {
|
||||||
dataSegment = 0xAD20;
|
dataSegment = 0xAD20;
|
||||||
printf("Detected Spanish version\n");
|
printf("Detected Spanish version\n");
|
||||||
} else {
|
} else {
|
||||||
printf("Lure executable version not recognised. Checksum = %xh\n", sumTotal);
|
printf("Lure executable version not recognized. Checksum = %xh\n", sumTotal);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue