summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tangara/audio/audio_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tangara/audio/audio_decoder.cpp b/src/tangara/audio/audio_decoder.cpp
index 992444f0..8c0b264f 100644
--- a/src/tangara/audio/audio_decoder.cpp
+++ b/src/tangara/audio/audio_decoder.cpp
@@ -188,7 +188,7 @@ auto Decoder::continueDecode() -> bool {
}
// We might have already cleaned up the codec if the last decode pass of the
- // stream resulted in leftoverr samples.
+ // stream resulted in leftover samples.
if (!codec_) {
return false;
}