diff options
Diffstat (limited to 'src/sound/AlsaDriver.cpp')
-rw-r--r-- | src/sound/AlsaDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/AlsaDriver.cpp b/src/sound/AlsaDriver.cpp index f486ac7..a0ac79c 100644 --- a/src/sound/AlsaDriver.cpp +++ b/src/sound/AlsaDriver.cpp @@ -347,7 +347,7 @@ AlsaDriver::getAutoTimer(bool &wantTimerChecks) { Audit audit; - // Look for the aptqparent best-choice timer. + // Look for the apparent best-choice timer. if (m_timers.empty()) return ""; |