summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-08-28 12:47:29 +1000
committerjacqueline <me@jacqueline.id.au>2024-08-28 12:47:29 +1000
commitd3c15bf070ff6214cd48fa04027ee5d105bc38b7 (patch)
treeb1004a00c687e23862491a87641b386c0cacfc3a /src
parent8f4e1ece7512c2b911491d87edc475b803c3989c (diff)
downloadtangara-fw-d3c15bf070ff6214cd48fa04027ee5d105bc38b7.tar.gz
spello
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;
}