diff options
author | Jordi Vilalta Prat | 2010-12-01 20:03:05 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2010-12-01 20:03:05 +0000 |
commit | d5a4f554af1bcbccfb31ef5a8e51307bb745f035 (patch) | |
tree | 2388d2ae191565a082feb83ad1084e6261b76d90 /engines/kyra | |
parent | a17c07bcaa5256acf5777b2d4df90e0c01d38d74 (diff) | |
download | scummvm-rg350-d5a4f554af1bcbccfb31ef5a8e51307bb745f035.tar.gz scummvm-rg350-d5a4f554af1bcbccfb31ef5a8e51307bb745f035.tar.bz2 scummvm-rg350-d5a4f554af1bcbccfb31ef5a8e51307bb745f035.zip |
ALL: Fix a few typos
svn-id: r54716
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/sound_midi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_midi.cpp b/engines/kyra/sound_midi.cpp index 8982c1cca4..cd5af12106 100644 --- a/engines/kyra/sound_midi.cpp +++ b/engines/kyra/sound_midi.cpp @@ -605,7 +605,7 @@ void SoundMidiPC::loadSoundFile(Common::String file) { if (!_vm->resource()->exists(file.c_str())) return; - // When loading a new file we stopp all notes + // When loading a new file we stop all notes // still running on our own, just to prevent // glitches for (int i = 0; i < 16; ++i) |