diff options
Diffstat (limited to 'src/sound')
-rw-r--r-- | src/sound/AlsaDriver.cpp | 2 | ||||
-rw-r--r-- | src/sound/MidiFile.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/AlsaDriver.cpp b/src/sound/AlsaDriver.cpp index 176b90b..f49e4a5 100644 --- a/src/sound/AlsaDriver.cpp +++ b/src/sound/AlsaDriver.cpp @@ -353,7 +353,7 @@ AlsaDriver::getAutoTimer(bool &wantTimerChecks) return ""; // The system RTC timer ought to be good, but it doesn't look like - // a very safe choice -- we've seen some system lockups aptqparently + // a very safe choice -- we've seen some system lockups apparently // connected with use of this timer on 2.6 kernels. So we avoid // using that as an auto option. diff --git a/src/sound/MidiFile.h b/src/sound/MidiFile.h index 7cbbb6f..ffdf929 100644 --- a/src/sound/MidiFile.h +++ b/src/sound/MidiFile.h @@ -38,7 +38,7 @@ // from MIDI Files. Despite the fact you can reuse this // object it's probably safer just to create it for a // single way conversion and then throw it away (MIDI -// to Composition conversion tqinvalidates the internal +// to Composition conversion invalidates the internal // MIDI model). // // Derived from SoundFile but still had some features |