mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-23 17:29:49 +00:00
JANITORIAL: AUDIO: Correct Spelling Mistakes
occured -> occurred occassionally -> occasionally rythm -> rhythm
This commit is contained in:
parent
eb06dc9d3e
commit
abcf7ba960
@ -99,7 +99,7 @@ public:
|
||||
* @param driver The driver that will receive MIDI events from this driver.
|
||||
* @param deviceType The type of MIDI device that will receive MIDI events
|
||||
* from this driver (MT-540 or CT-460/CSM-1).
|
||||
* @return 0 if the driver was opened successfully; >0 if an error occured.
|
||||
* @return 0 if the driver was opened successfully; >0 if an error occurred.
|
||||
*/
|
||||
virtual int open(MidiDriver *driver, MusicType deviceType);
|
||||
void close() override;
|
||||
|
@ -169,7 +169,7 @@ void MidiParser::hangingNote(byte channel, byte note, uint32 timeLeft, bool recy
|
||||
}
|
||||
}
|
||||
|
||||
// Occassionally we might get a zero or negative note
|
||||
// Occasionally we might get a zero or negative note
|
||||
// length, if the note should be turned on and off in
|
||||
// the same iteration. For now just set it to 1 and
|
||||
// we'll turn it off in the next cycle.
|
||||
|
@ -120,7 +120,7 @@ typedef struct fm_opl_f {
|
||||
OPL_CH *P_CH; /* pointer of CH */
|
||||
int max_ch; /* maximum channel */
|
||||
|
||||
/* Rythm sention */
|
||||
/* Rhythm sention */
|
||||
uint8 rhythm; /* Rhythm mode , key flag */
|
||||
|
||||
/* time tables */
|
||||
|
Loading…
Reference in New Issue
Block a user